-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
20 lines (17 loc) · 790 Bytes
/
Copy pathheader.html
File metadata and controls
20 lines (17 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Programmer's Tutor</title>
<link rel="icon" href="./src/img/favicon.ico" type="image/x-icon">
<link href="./src/css/bootstrap.min.css" rel="stylesheet">
<link href="./src/css/app.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="narrow-container">
<div class="row justify-content-center mt-5">
<img src="./src/img/logo.png" alt="Programmer's Tutor Logo" class="img-fluid logo" style="cursor: pointer;" onclick="window.location.href='/'">
</div>
<hr class="mt-4 mb-4 ruler">