-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 998 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Esoteric Foundation</title>
<link rel="icon" href="assets/profile/profile/logo/Esoteric Foundation Logo.svg" />
<link rel="stylesheet" href="styles/index.css" />
</head>
<body class="background">
<div class="header">
<a href="./">
<img class="logo" src="assets/profile/profile/logo/Esoteric Foundation Logo.svg" alt="The logo of the Esoteric Foundation." />
</a>
<a class="license-link" href="./license/">License</a>
</div>
<h1 class="centered title">Esoteric Foundation</h1>
<div class="centered">
<p id="description" class="typewriter"><span id="text"></span><span id="cursor" class="cursor">|</span></p>
<p>Contact us via <code>[email protected]</code></p>
</div>
</body>
<script src="scripts/index.js"></script>
</html>