mirror of
https://github.com/atisawd/boxicons.git
synced 2024-11-13 19:04:52 +01:00
css
This commit is contained in:
parent
37c9201285
commit
6592d47354
6 changed files with 12 additions and 3 deletions
|
@ -75,6 +75,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script src="static/dist/bundle.js?v=18"></script>
|
<script src="static/dist/bundle.js?v=19" async></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
2
static/dist/0.bundle.js
vendored
2
static/dist/0.bundle.js
vendored
File diff suppressed because one or more lines are too long
BIN
static/dist/0.bundle.js.gz
vendored
BIN
static/dist/0.bundle.js.gz
vendored
Binary file not shown.
2
static/dist/bundle.js
vendored
2
static/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
BIN
static/dist/bundle.js.gz
vendored
BIN
static/dist/bundle.js.gz
vendored
Binary file not shown.
9
static/dist/index.html
vendored
Normal file
9
static/dist/index.html
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Webpack App</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript" src="/static/dist/bundle.js"></script></body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue