mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-16 09:48:20 +01:00
16 lines
538 B
HTML
16 lines
538 B
HTML
|
<!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>
|