-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.html
63 lines (35 loc) · 1.28 KB
/
Directory.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Chewy&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=5.0, minimum-scale=0.86">
<style>
.container{padding:30px;}
</style>
<div id="navbar">
<a href="index.html">Home</a>
<a href="myportfolio.html">Piano Covers/Compositions</a>
<a href="SocialPlatforms.html">My Social Platforms</a>
</div>
</head>
<body>
<body class="aboutme-color">
<body class="aboutme-color">
<br>
<br>
<h1> Website Directory/Status Page: </h1>
<center>
<div class ="container">
<embed src = "Directory.pdf" type="application/pdf" width="100%" height="1000px" />
</div>
</center>
<br>
<br>
<br>
<script src="navbar.v01.js"></script>
</html>