mirror of
https://github.com/lxsang/ant-http
synced 2025-07-13 13:04:23 +02:00
the mainline http server
This commit is contained in:
20
build/htdocs/index.html
Executable file
20
build/htdocs/index.html
Executable file
@ -0,0 +1,20 @@
|
||||
<HTML>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="style/font.min.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="style/top_header.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="style/w2ui-1.4.2.css" />
|
||||
<script src="scripts/jquery.min.js"></script>
|
||||
<script src="scripts/w2ui-1.4.2.js"></script>
|
||||
<script src="scripts/classesbr.js"></script>
|
||||
<script src="scripts/methodsbr.js"></script>
|
||||
<script src="scripts/ivbr.js"></script>
|
||||
<script src="scripts/playground.js"></script>
|
||||
<script src="scripts/imgbrowser.js"></script>
|
||||
<script src="scripts/ace/ace.js"></script>
|
||||
<script src="scripts/ace/ext-language_tools.js"></script>
|
||||
</head>
|
||||
<TITLE>Index</TITLE>
|
||||
<BODY>
|
||||
<div id="layout" style="width: 100%; height: 100%;"></div>
|
||||
</BODY>
|
||||
</HTML>
|
Reference in New Issue
Block a user