-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 994 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./assets/favicon.ico" />
<link rel="stylesheet" href="./assets/css/bootstrap/bootstrap.css" />
<!-- The following line is a placeholder stylesheet, in case we need to customize Bootstrap styling at some point. -->
<link rel="stylesheet" href="./assets/css/bootstrap/custom.css" />
<link rel="stylesheet" href="./assets/css/styles.css" />
<title>wordsofweb3</title>
<script type="module" src="./js/root-index.js" defer></script>
</head>
<body>
<main class="container text-center">
<!-- Content dynamically injected by root-index.js -->
</main>
<footer class="text-center mt-5">
<p>wordsofweb3 glossary © 2024 by Education DAO is licensed under <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">CC BY-NC-ND 4.0.</a>.</p>
</footer>
</body>
</html>