code clean up
This commit is contained in:
parent
5bb231e2e6
commit
63a704e49c
|
@ -22,6 +22,6 @@ $ npm start
|
|||
``` bash
|
||||
$ npm run build
|
||||
```
|
||||
The files will be in ```./dist```
|
||||
The files will be in ```./dist```.
|
||||
## License
|
||||
[MIT](http://opensource.org/licenses/MIT)
|
17
index.html
17
index.html
|
@ -1,16 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="zh-cmn-Hans">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Demo</title>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
<meta charset="UTF-8">
|
||||
<title>Private Cloud Music</title>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="root"></div>
|
||||
|
||||
<script src="common.js"></script>
|
||||
<script src="index.js"></script>
|
||||
|
||||
<div id="root"></div>
|
||||
<script src="common.js"></script>
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue
Block a user