-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtempPage.html
More file actions
32 lines (26 loc) · 811 Bytes
/
tempPage.html
File metadata and controls
32 lines (26 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/Images/Globe.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" type="text/css" href="/style.css">
<title>Bluestone Innovations</title>
</head>
<body>
<div class="top-bar">
<a href="/">
<img class="top" src="/Images/Header.png" style="width:60px;height:60px;">
</a>
<a href="/tempPage">
Temp page
</a>
</div>
<h2>
Temp Page
</h2>
<hr>
<p>The navbar should work here too.</p>
</body>
</html>