antos-frontend/src/index.html

16 lines
538 B
HTML
Raw Normal View History

2017-08-07 00:49:24 +02:00
<!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>