joyce/templates/index.html

15 lines
484 B
HTML

<!doctype html>
<head>
<title>Joyce - Reader</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="static/manifest.json">
<link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}" type="image/x-icon">
<link rel="icon" type="image/png" href="static/image/icon.png">
</head>
<body>
<!-- Reader Layout -->
<div id="wrapper">
</div>
<!-- Scripts -->
<script src="{{asset_url_for('reader.js')}}"></script>
</body>