joydance-improved/static/index.html

18 lines
709 B
HTML

<!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>