-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (38 loc) · 2.29 KB
/
index.html
File metadata and controls
40 lines (38 loc) · 2.29 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
<!DOCTYPE html>
<html lang="en-US">
<head lang="en-US">
<title>Elijah's Website V2</title>
<meta charset="UTF-8"/>
<meta name="description" content="Elijah's Website V2.0, Elijah's Website, Elijah's Website V2">
<meta name="author" content="Elijah Busch">
<meta name="copyright" content="Elijah Busch">
<meta name="title" content="Elijah's Website V2">
<meta name="keywords" content="Elijah, Busch, Elijah Busch, Elijah's Website, Elijah's Website V2, Elijah's Website V2.0">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"/>
<script src="script.js"></script>
<!--script src="./Libraries/ajax.js"></script-->
<!--script src="./Libraries/jquery.js"></script-->
<!-- Google tag (gtag.js) --><script type="text/javascript" async src="https://www.googletagmanager.com/gtag/js?id=G-3WDY84G85Z"></script><script type="text/javascript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-3WDY84G85Z'); </script>
<link rel="icon" href="Favicon.ico" type="image/x-icon"/>
<link href="./style.css" rel="stylesheet" />
<meta name="google-site-verification" content="fBT8TG5y6bvRY4qrRVVRIi8pjZmQotH76whDYn9DxYk" />
</head>
<body id="home" class="darkmode">
<div id="header"></div>
<div id="main">
<h1></h1>
<h2>About me</h2>
<p>I am a 14-year-old boy who enjoys programming, electronics, and Minecraft. </p>
<p>I play eaglercraft and my favorite server is <a href="https://eag.hyper-network.net/">Hyper Network</a>. Eagler IP is wss://eag.hyper-network.net. If you find me, Elijah_Busch, add me as a friend!</p>
<p>My favorite game is Minecraft, and I play on the Java Edition. My username is ElijahB_2012.</p>
<p>My favorite programming language is Python, and I am learning JavaScript and Node.js.</p>
<p>My favorite hobby is <a href="https://www.google.com/search?q=programming">Programming</a></p>
<p>My favorite website is <a href="https:/www.w3schools.com">W3Schools</a> and, of course, this website that you are looking at!</p>
<p>My favorite Musician is Alan Walker.</p>
</div>
<br>
<footer>
<p>Hosted by Github Pages</p>
</footer>
</body>
</html>