-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 879 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0" />
<meta name="mobile-web-app-capable" content="yes">
<title>trpg</title>
<link inline rel="stylesheet" type="text/css" href="src/styles/style.css" />
</head>
<body>
<div class="main_div">
<h1 class="heading">
<a href="https://github.com/olehermanse/trpg"></a>
</h1>
<canvas id="trpg_canvas" class="trpg_canvas"></canvas>
<span class="version_number">
<a href="https://github.com/olehermanse/trpg/commit/COMMIT_SHA">
Version COMMIT_DATE-COMMIT_SHA
</a>
</span>
</div>
<script type="module" src="/src/frontend/entrypoint.ts"></script>
</body>
</html>