Skip to content

Commit 897093e

Browse files
committed
new release
1 parent f010e81 commit 897093e

9 files changed

Lines changed: 15763 additions & 0 deletions

File tree

app.min.js

Lines changed: 15745 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/img/favicon-16x16.png

468 Bytes
Loading

dist/img/favicon-32x32.png

999 Bytes
Loading

dist/img/logo.png

49.7 KB
Loading

img/favicon-16x16.png

468 Bytes
Loading

img/favicon-32x32.png

999 Bytes
Loading

img/logo.png

49.7 KB
Loading

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7+
<title>Hello World!</title>
8+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:100,300,400" rel="stylesheet">
9+
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
10+
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
11+
</head>
12+
<body>
13+
<div id="app">
14+
<router-view></router-view>
15+
</div>
16+
<script type="text/javascript" src="app.min.js"></script></body>
17+
</html>

0 commit comments

Comments
 (0)