Updated with latest version of react boilerplate
This commit is contained in:
19
dist/index.html
vendored
Executable file → Normal file
19
dist/index.html
vendored
Executable file → Normal file
@@ -1,15 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<style>
|
||||
div {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<script src="vendors.js"></script>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<link rel="stylesheet" href="main.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
1
dist/main.css
vendored
Normal file
1
dist/main.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
body{background-color:#EAEAEA}
|
||||
9
dist/main.js
vendored
9
dist/main.js
vendored
File diff suppressed because one or more lines are too long
6
dist/vendors.js
vendored
6
dist/vendors.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user