antos-frontend/src/index.html

17 lines
609 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">
2017-08-11 01:58:46 +02:00
<link id="ostheme" rel="stylesheet" href="">
2017-08-07 00:49:24 +02:00
<!--link href="theme/antos/style.css" rel="stylesheet"-->
2017-08-11 01:58:46 +02:00
<script src="scripts/jquery-3.2.1.min.js"></script>
<script src="resources/antos_tags.js" type="riot/tag"></script>
<script src="scripts/riot.compiler.min.js"> </script>
<script src="scripts/antos.js"></script>
2017-08-07 00:49:24 +02:00
</head>
<body>
<div id="wrapper" />
</body>
</html>