summaryrefslogtreecommitdiffstats
path: root/dist/index.html
blob: 35def013981059ed826a9c9ad79d54d70baf76a8 (plain)
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>
	<head>
		<meta charset="utf-8">
		<title>RPGedit</title>
		<style type="text/css">
			html, body {
				width: 100%;
				height: 100%;
			}

			body {
				text-align: center;
			}

			* {
				margin: 0px;
				padding: 0px;
				border: 0px;
			}
		</style>
	</head>
	<body>
	  <canvas id="rpgedit" width="1024" height="768"></canvas>
		<script src="bundle.js"></script>
	</body>
</html>