-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (61 loc) · 2.6 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
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<title>appleflyer's website</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
</head>
<body>
<!-- div in a div in a div. divception. -->
<!-- why are you even reading the source code go away.-->
<div class="navwrap">
<div class="navitems">
<h1 id="namemain">appleflyer</h1>
<div class="linksnav">
<a class="links" href="/">
<button class="empty">
home
</button>
</a>
<a class="links" href="/projects.html">
<button class="empty">
projects
</button>
</a>
<a class="links" target="_blank" href="https://filehost.appleflyer.xyz">
<button class="empty">
filehost
</button>
</a>
<a class="links" target="_blank" href="https://github.com/appleflyerv3">
<button class="empty">
github
</button>
</a>
<a class="links" target="_blank" href="https://discord.com/users/1209096766075703368">
<button class="empty">
discord
</button>
</a>
</div>
</div>
</div>
<div class="mainbody">
<h2>hey! i'm appleflyer.</h2>
<p>it seems you have stumbled upon my website! welcome.</p>
<p>feel free to explore some of my current projects, such as unblocked <a target="_blank" href="https://webwapp.appleflyer.xyz">whatsapp</a> for chromebooks, and <a href="/projects">more</a>!</p>
<!--add components here-->
</div>
<footer>
<div class="footerwrap">
<div class="footeritems">
<h3 style="margin-bottom: 0">created by appleflyer.</h4>
<p style="margin-top: 0.3rem">some inspiration from thinliquid</p>
</div>
</div>
</footer>
</body>
</html>