Initial commit
This commit is contained in:
17
index.html
Normal file
17
index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
<!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>
|
||||
Reference in New Issue
Block a user