-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
31 lines (28 loc) · 873 Bytes
/
Copy pathgithub.html
File metadata and controls
31 lines (28 loc) · 873 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maffakos Site</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>This is the Github Page.</h1>
<hr>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://github.com/lefterisathe/WeeblyFiles">DWService</a></li>
<li><a href="https://github.com/lefterisathe/VisualSound">VisualSound</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<hr>
<br>
<br>
<main>
<a href="https://github.com/lefterisathe/MaffakosWebsite">
Here you can see the fully opensource site!
</a>
</main>
</body>
</html>