-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 2.2 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
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Endeade's website</title>
<meta content="Endeade's website" property="og:title" />
<meta content="Now on is-a.dev!" property="og:description" />
<meta content="https://endeade.is-a.dev" property="og:url" />
<meta content="https://endeade.is-a.dev/resources/mypfp.png" property="og:image" />
<meta content="#9100C1" data-react-helmet="true" name="theme-color" />
</head>
<body>
<div class="container">
<div class="text">
<center>
<h1>Welcome to Endeade's website!</h1>
<p>This website is under construction</p>
<hr>
<span>
<a href="/blog" style="margin-right:20px; display:inline-block">Blog</a>
<a href="/downloads" style="display:inline-block">Downloads</a>
</span>
</center>
</div>
<div class="text">
<center>
<h1>My projects</h1>
<hr>
<a href="/appinstaller">AppInstaller</a>
</center>
</div>
<div class="text">
<center>
<h1>Projects I help on</h1>
<hr>
<a href="https://github.com/lunanakaya/luminafox">Luminafox browser project</a>
<p>A Firefox fork that targets Windows 8.1 and below compatibility.</p>
</center>
</div>
<div class="text">
<center>
<h1>My socials</h1>
<hr>
<span>
<a href="https://youtube.com/@EndeadeYT"><img src="resources/ytlogo.png" width="50" height="35" alt="YouTube channel" style="margin-right:20px; display: inline-block"></a>
<a href="https://discord.gg/zAnZMX9P5D"><img src="resources/dsclogo.png" width="50" height="35" alt="Discord server" style="display: inline-block"></a>
</span>
</center>
</div>
</div>
</body>
</html>