初始化提交
This commit is contained in:
23
boards/index.html
Normal file
23
boards/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html manifest=node.manifest>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="manifest" href="../manifest.json">
|
||||
<link rel="shortcut icon" type="image/ico" href="../files/mixly.ico">
|
||||
<title></title>
|
||||
<link rel="stylesheet" type="text/css" href="../common/css/main.css" />
|
||||
<script type="text/javascript" src="../common/modules/web-modules/lazyload.js"></script>
|
||||
<script type="text/javascript" src="../common/main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="mixly-app-loading">
|
||||
<div class="top-div"></div>
|
||||
<div class="center-div"></div>
|
||||
<div class="bottom-div"></div>
|
||||
</div>
|
||||
<xml id="toolbox" style="display: none"></xml>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user