private-music-react/index.html

14 lines
294 B
HTML
Raw Permalink Normal View History

2017-02-11 17:33:27 +08:00
<!DOCTYPE html>
2017-02-11 17:43:24 +08:00
<html lang="zh-cmn-Hans">
2017-02-11 17:33:27 +08:00
<head>
2017-02-11 17:43:24 +08:00
<meta charset="UTF-8">
<title>Private Cloud Music</title>
<link rel="stylesheet" href="index.css" />
2017-02-11 17:33:27 +08:00
</head>
<body>
2017-02-11 17:43:24 +08:00
<div id="root"></div>
<script src="common.js"></script>
<script src="index.js"></script>
2017-02-11 17:33:27 +08:00
</body>
</html>