joyce/templates/editor.html

14 lines
423 B
HTML

<!doctype html>
<head>
<title>Joyce Editor</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}"> -->
<link rel="manifest" href="/static/manifest.json">
</head>
<body>
<!-- Reader Layout -->
<div id="wrapper">
</div>
<!-- Scripts -->
<script src="{{asset_url_for('editor.js')}}"></script>
</body>