First public release
This commit is contained in:
parent
963cae3756
commit
64333fdb4a
14 changed files with 1580 additions and 0 deletions
17
static/index.html
Normal file
17
static/index.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>JoyDance</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link href="/css/pure-min.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/css/grids-responsive-min.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/css/app.css" type="text/css" rel="stylesheet" />
|
||||
<script type="text/javascript">window.CONFIG = [[CONFIG]]; window.VERSION = '[[VERSION]]';</script>
|
||||
<script type="text/javascript" src="/js/mitt.umd.js"></script>
|
||||
<script type="module" src="/js/app.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue