-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommunity.html
26 lines (26 loc) · 935 Bytes
/
community.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sneaky Shadows</title>
<link rel="stylesheet" href="css/style.css">
<script src="js/script.js"></script>
</head>
<body>
<header>
<!-- <a href="#" class="logo">Sneaky Shadows</a> -->
<ul>
<li href="/index.html"><a href="/index.html">Home</a> </li>
<li href="/about.html"><a href="/about.html">About</a> </li>
<li href="/community.html"><a href="/community.html">Community</a></li>
<li href="/contact.html"><a href="/contact.html">Contact</a></li>
</ul>
</header>
<section class="banner"></section>
<div class="fixedlogo">
<img src="/static/logo2.jpeg" alt="logo" srcset="">
<p><a href="https://github.com/SneakyShadows/">@SNEAKY SHADOWS</a></p>
</div>
</body>
</html>