1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-05 22:19:47 +02:00
ant-http/build/htdocs/index.html

21 lines
726 B
HTML
Raw Normal View History

2015-10-22 11:39:11 +02:00
<HTML>
<head>
2015-10-22 13:07:52 +02:00
<link rel="stylesheet" type="text/css" href="style/font.min.css"/>
2015-11-26 13:52:49 +01:00
<link rel="stylesheet" type="text/css" href="style/w2ui-1.4.2.css" />
<link rel="stylesheet" type="text/css" href="style/site.css" />
2015-10-22 11:39:11 +02:00
<script src="scripts/jquery.min.js"></script>
<script src="scripts/w2ui-1.4.2.js"></script>
2015-10-22 13:07:52 +02:00
<script src="scripts/pluginman.js"></script>
<script src="scripts/fileman.js"></script>
<script src="scripts/camviewer.js"></script>
2015-11-26 13:52:49 +01:00
<script src="scripts/wterm.js"></script>
2015-10-22 13:07:52 +02:00
<script src="scripts/sidebar.js"></script>
<script src="scripts/rcar.js"></script>
2015-10-22 11:39:11 +02:00
</head>
<TITLE>Index</TITLE>
<BODY>
2015-10-22 13:07:52 +02:00
2015-10-22 11:39:11 +02:00
<div id="layout" style="width: 100%; height: 100%;"></div>
</BODY>
</HTML>