-
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) · 1.08 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Random Table Maker</title>
<!-- Open Graph -->
<meta content="https://random-table-maker.netlify.app" property="og:url">
<meta content="Random Table Maker" property="og:title">
<meta content="🎲 A random table maker for table top roleplaying games. Input your entries and it will figure out which die or dice combination would fit best for rolling on it." property="og:description">
<!-- Twitter -->
<meta content="https://random-table-maker.netlify.app" property="twitter:url">
<meta content="Random Table Maker" property="twitter:title">
<meta content="🎲 A random table maker for table top roleplaying games. Input your entries and it will figure out which die or dice combination would fit best for rolling on it." property="twitter:description">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1/new.min.css">
</html>