summaryrefslogtreecommitdiffstats
path: root/src/renderer/index.html
blob: 5bd9d1f0d675ef063303a48c50370098f719efaf (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
		<title>RPGedit</title>
	</head>
	<body>
		<div id="app"></div>
	</body>
</html>