mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
25 lines
680 B
HTML
25 lines
680 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Alice - The friendly bird looking glass</title>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="stylesheet" href="css/libs.min.css?APP_VERSION" />
|
|
<link rel="stylesheet" href="css/main.css?APP_VERSION" />
|
|
|
|
<!-- ###THEME_STYLESHEETS### -->
|
|
</head>
|
|
<body>
|
|
<!-- Application: Birdseye -->
|
|
<div id="app"></div>
|
|
|
|
<!-- Scripts -->
|
|
<script src="js/libs.min.js?APP_VERSION"></script>
|
|
<script src="js/app.js?APP_VERSION"></script>
|
|
|
|
<!-- ###THEME_SCRIPTS### -->
|
|
</body>
|
|
</html>
|