-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 1.51 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Samm-Cheese</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no" />
<meta name="description" content="Hi, This is my Website!" />
<meta name="author" content="SammCheese" />
<meta name="og:type" content="website">
<meta name="og:title" content="Sammy's Website">
<meta name="og:description" content="Hi, This is my Website!">
<meta name="og:url" content="https://sammcheese.net">
<meta name="og:image" content="https://github.com/SammCheese.png">
<link rel="shortcut icon" href="https://github.com/SammCheese.png?size=256" />
<link rel="stylesheet" href="./assets/css/style.css" />
<script type="text/javascript" src="./assets/js/scripts.js"></script>
</head>
<body>
<div id="filter">
<section class="page " id="menu">
<div>
<ul id='menu-items'>
<li id="menu-item-socials" class="menu-item"><a href="#" onclick="return navigate('#menu','socials.html')">About Me</a></li>
<li id="menu-item-plugins" class="menu-item"><a href="#" onclick="return navigate('#menu','plugins.html')">Discord Plugins</a></li>
<li id="menu-item-old" class="menu-item"><a href="#" onclick="return navigate('#menu','old.html')">Old Website</a></li>
</ul>
</div>
</section>
</div>
</body>
<footer id="footer">Copyright (C) 2023 SammCheese</footer>
</html>