mcopy/app/index.html

22 lines
620 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>mcopy</title>
<link href="./css/bootstrap.min.css" rel="stylesheet">
<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">
</head>
<body onload="init();">
<nav id="toolbar"></nav>
<div id="screens">
</div>
<footer id="footer">
<div id="log"></div>
</div id="status"></div>
</footer>
<script src="./js/app.js"></script>
</body>
</html>