This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (44 loc) · 1.56 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" content="width=device-width" />
<script src="./pub/d1341f9b7a.js"></script>
<link rel="icon" href="./pub/favicon.ico" />
<title>Theodore - Home</title>
<meta content="TheodoreTheFox" property="og:site_name" />
<meta content="TheodoreTheFox - Home" property="og:title" />
<meta content="very amusing website. :D" property="og:description" />
<meta content="http://theodorethefox.ml/" property="og:url" />
</head>
<link rel="stylesheet" href="./src/css/main.css" />
<script src="./src/JavaScript/theo.js"></script>
<body>
<script id="replace_with_navbar" src="./src/JavaScript/nav.js"></script>
<div class="box">
<img src="./src/Images/me.png" alt="ImCuteRight?" class="box-img"></img>
<h1>Theodore / Cinnamon</h1>
<h5>Web Devloper - Discord User</h5>
<p>I enjoy making new friends. =w=</p>
<ul>
<div class="Buttons">
<li>
<a href="https://github.com/Fox-Developments/"
><i class="fa fa-github-square" aria-hidden="true"></i
></a>
</li>
<li>
<a href="https://twitter.com/TheodoreTheFox"
><i class="fa fa-twitter-square" aria-hidden="true"></i
></a>
</li>
</div>
</ul>
</div>
<div class="footer">
<footer></footer>
</div>
</body>
<script src="./src/JavaScript/theo.js"></script>
<link rel="stylesheet" href="./src/css/nav.css" />
<link rel="stylesheet" href="./src/css/sidebar.css" />
</html>