-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 816 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
<title>Semper Modding</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/web/css/content.css">
<script type="module" src="/web/js/elements.js"></script>
</head>
<body>
<header>
<img src="/resources/main/logo.png">
<h>Semper Modding</h>
</header>
<main>
<mod-entry title="Mods" desc="Mods" src="/resources/main/mods.png" website="mods/"></mod-entry>
<mod-entry title="Plugins" desc="Plugins" src="/resources/main/plugins.png" website="plugins/"></mod-entry>
</main>
</body>
</html>