With updated deps
This commit is contained in:
14
dev/index.html
Normal file
14
dev/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<link rel="stylesheet" href="main.css"/>
|
||||
<script>
|
||||
window.DEBUG = true;
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
4
dev/main.css
Normal file
4
dev/main.css
Normal file
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
background-color: #EAEAEA;
|
||||
zoom: 150%;
|
||||
}
|
||||
20045
dev/main.js
Executable file
20045
dev/main.js
Executable file
File diff suppressed because one or more lines are too long
27776
dev/test.js
Executable file
27776
dev/test.js
Executable file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user