-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold.html
48 lines (45 loc) · 1.6 KB
/
old.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Samm's Website</title>
<meta name="description" content="Sammy's old Website!" />
<meta name="author" content="SammCheese" />
<link
rel="shortcut icon"
href="https://github.com/SammCheese.png?size=256"
/>
<link rel="stylesheet" href="assets/css/old.css" />
<script type="text/javascript" src="./assets/js/scripts.js"></script>
</head>
<body>
<div id="filter">
<a class="menu" id="back" href="#"onclick="return navigate('body', 'index.html')">
<img src="./assets/images/arrow.png" width="16" height="10">
</a>
<div id="box">
<h1>SammCheese</h1>
<img id="avatar" src="https://github.com/SammCheese.png?size=256" />
<p>
Hi, I'm Sammy! Welcome to my small Website
</p>
<div id="socials">
<h3>Contact Me!</h3>
<a href="https://discord.com/users/372148345894076416" target="_blank" rel="noreferrer noopener">
<img src="assets/images/discord.svg" />
<span>SammCheese#9500</span>
</a>
<a href="https://github.com/SammCheese" target="_blank" rel="noreferrer noopener">
<img src="assets/images/github.svg" />
<span>Github</span>
</a>
<a href="mailto:SammCheese%20<SammCheese.github@gmail.com>">
<img src="assets/images/email.svg" />
<span>Email me</span>
</a>
</div>
</div>
</div>
</body>
</html>