mcopy/app/index.html

22 lines
620 B
HTML
Raw Normal View History

2016-04-11 06:01:26 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
2016-04-12 17:57:59 +00:00
<title>mcopy</title>
<link href="./css/bootstrap.min.css" rel="stylesheet">
2016-04-13 01:04:13 +00:00
<link href="./css/font-awesome.min.css" rel="stylesheet">
<link href="./css/w2ui-1.4.3.min.css" rel="stylesheet">
<link href="./css/effeckt.css" rel="stylesheet">
<link href="./css/app.css" rel="stylesheet">
2016-04-11 06:01:26 +00:00
</head>
2016-04-13 01:04:13 +00:00
<body onload="init();">
2016-04-13 02:05:57 +00:00
<nav id="toolbar"></nav>
<div id="screens">
</div>
<footer id="footer">
<div id="log"></div>
</div id="status"></div>
</footer>
2016-04-13 00:53:28 +00:00
<script src="./js/app.js"></script>
2016-04-11 06:01:26 +00:00
</body>
</html>