-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (46 loc) · 1.58 KB
/
Copy pathindex.html
File metadata and controls
50 lines (46 loc) · 1.58 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="css/main.css" rel="stylesheet">
<title>Anonymous4045's Website</title>
<meta property="og:title" content="Anonymous4045">
<meta property="og:description" content="The personal website of Anonymous4045, including social media accounts, contact information, and games.">
<meta property="og:image" content="https://raw.githubusercontent.com/Anonymous4045/Anonymous4045.github.io/main/img/profile_picture.png">
</head>
<body>
<header>
<h1>Anonymous4045</h1>
<nav>
<ul>
<li><a href="./">About Me</a></li>
<li><a href="socials/">Socials</a></li>
<li><a href="games/">Games</a></li>
<li><a href="about/">About This Site</a></li>
</ul>
</nav>
<h2>About Me</h2>
</header>
<main>
<img alt="Question mark surrounded by 1's and 0's" src="img/profile_picture.png">
<p>
Hey! I'm Anonymous4045. I'm a hobbyist programmer and a student in both high school and college. I like to make
games, websites, Discord bots, and other fun applications. I primarily have worked in Python, PHP, HTML, and CSS.
I will soon learn JavaScript, TypeScript, C# and (hopefully) Rust.
</p>
</main>
<footer>
<ul>
<li><a href="./">About Me</a></li>
<li><a href="socials/">Socials</a></li>
<li><a href="games/">Games</a></li>
<li><a href="about/">About This Site</a></li>
</ul>
<p>
Made by <a href="https://fosstodon.org/@Anonymous4045" rel="me">Anonymous4045</a>
</p>
</footer>
</body>
</html>