-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (37 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<title>Luramoth</title>
<!-- Metadata -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Luramoth official website">
<meta name="author" content="Lura">
<meta name="generator" content="http://chalarangelo.github.io/htmltemplategenerator/">
<meta property="og:title" content="Luramoth!">
<meta property="og:site_name" content="Home">
<meta property="og:url" content="https://luramoth.github.io/index.html">
<meta property="og:type" content="website">
<meta name="theme-color" content="#ff00ff" />
<link rel="icon" type="image/x-icon" href="Images/Logo.svg">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<div class="Header">
<a class="Logo" href="index.html">
<img src="Images/Logo.svg" class="Icon" alt="Luramoth logo">
<h1><b>Luramoth</b></h1>
</a>
<div class="HeaderButtons">
<button id="homeButton">Home</button>
<button id="projectButton">Projects</button>
</div>
</div>
<div id="content" class="Content">
<!-- The content will be loaded here -->
</div>
</main>
<script src="main.js"></script>
</body>
</html>