-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 923 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>Umbra Theme Browser</title>
<link rel="stylesheet" href="style.css">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Umbra Theme Browser" />
<meta property="og:description" content="Community driven theme repository for Umbra XIV" />
<meta property="og:image" content="https://raw.githubusercontent.com/una-xiv/umbra/main/docs/logo.png" />
<meta property="og:url" content="https://yourwebsite.com/" />
<meta property="og:type" content="website" />
</head>
<body>
<header>
<div class="main-header-title"> <h1>Umbra Theme Browser</h1> </div>
</header>
<main id="theme-grid">
</main>
<footer>
<a href="about.html">About</a>
</footer>
<script src="script.js"></script>
</body>
</html>