Skip to content

Commit

Permalink
Add contact details
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Nov 17, 2024
1 parent 7de24df commit 34ed81d
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,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>
</div>
</body>
<script src="scripts/index.js"></script>
</html>
<!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>

0 comments on commit 34ed81d

Please sign in to comment.