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