17 lines
335 B
HTML
17 lines
335 B
HTML
|
|
|
||
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
|
||
|
|
<script>
|
||
|
|
|
||
|
|
require("source-map-support/source-map-support.js").install()
|
||
|
|
</script>
|
||
|
|
|
||
|
|
|
||
|
|
<link href="styles.css" rel="stylesheet"></head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
<script type="text/javascript" src="renderer.js"></script></body>
|
||
|
|
</html>
|