1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

25 lines
680 B
HTML
Raw Normal View History

2017-05-16 13:34:00 +02:00
<!DOCTYPE html>
<html>
<head>
2017-05-22 15:35:44 +02:00
<title>Alice - The friendly bird looking glass</title>
2017-05-16 13:34:00 +02:00
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2017-05-22 15:35:44 +02:00
<link rel="stylesheet" href="css/libs.min.css?APP_VERSION" />
<link rel="stylesheet" href="css/main.css?APP_VERSION" />
2018-06-20 12:03:23 +02:00
<!-- ###THEME_STYLESHEETS### -->
2017-05-16 13:34:00 +02:00
</head>
<body>
<!-- Application: Birdseye -->
<div id="app"></div>
<!-- Scripts -->
2017-05-22 15:35:44 +02:00
<script src="js/libs.min.js?APP_VERSION"></script>
<script src="js/app.js?APP_VERSION"></script>
2018-06-20 12:03:23 +02:00
<!-- ###THEME_SCRIPTS### -->
2017-05-16 13:34:00 +02:00
</body>
</html>