mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 22:39:47 +02:00
add base api and gui
This commit is contained in:
16
src/index.html
Normal file
16
src/index.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!--link href="theme/antos/style.css" rel="stylesheet"-->
|
||||
<script src="jquery-3.2.1.min.js"></script>
|
||||
<script src="resources/tags/antos_tags.js" type="riot/tag"></script>
|
||||
<script src="riot.compiler.min.js"> </script>
|
||||
<script src="antos.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper" />
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user