mcopy/app/index.html

17 lines
494 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>
<script src="./js/app.js"></script>
</body>
</html>