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>
|
2016-04-12 06:18:33 +00:00
|
|
|
<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">
|
2016-04-12 06:18:33 +00:00
|
|
|
<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 00:53:28 +00:00
|
|
|
<nav id="toolbar">
|
2016-04-12 06:18:33 +00:00
|
|
|
</nav>
|
2016-04-13 00:53:28 +00:00
|
|
|
<script src="./js/app.js"></script>
|
2016-04-11 06:01:26 +00:00
|
|
|
</body>
|
|
|
|
</html>
|