parent
dafb90a25a
commit
0d2cbdac9a
Binary file not shown.
Binary file not shown.
@ -1,30 +1,31 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="Content-Language" content="fr">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<title>{{name}}</title>
|
||||
<link rel="stylesheet" href="{{ root|safe }}static/cheezenotes.css">
|
||||
<script type="module" src="{{ root|safe }}static/modules/cheezenotes.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="buttons">
|
||||
<!--<button id="saveButton">💾</button>
|
||||
<input type="checkbox" id="taButton" /><label id="taButtonLabel" for="taButton">📋</label>
|
||||
<input type="checkbox" id="lockButton" /><label id="lockButtonLabel" for="lockButton" class="material-icons">visibility_off</label>
|
||||
<button id="boldButton"><b>B</b></button>
|
||||
<button id="italicButton"><i>I</i></button>
|
||||
<button id="strikeButton"><s>S</s></button>-->
|
||||
|
||||
<head>
|
||||
<meta name="viewport"
|
||||
content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="Content-Language" content="fr">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<title>{{name}}</title>
|
||||
<link rel="stylesheet" href="{{ root|safe }}static/cheezenotes.css">
|
||||
<script type="module" src="{{ root|safe }}static/modules/cheezenotes.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="content">
|
||||
<div id="margindiv">
|
||||
<div id="buttons"></div>
|
||||
<div class="ta"><textarea id="ta" class="cheezenotes" spellcheck="false">{{md}}</textarea></div>
|
||||
<div id="cheezenotes" class="cheezenotes" contenteditable="true" spellcheck="false"></div>
|
||||
</div>
|
||||
<div class="ta"><textarea id="ta" class="cheezenotes" spellcheck="false">{{md}}</textarea></body><div>
|
||||
<div id="cheezenotes" class="cheezenotes" contenteditable="true" spellcheck="false"></div>
|
||||
<script type="module">
|
||||
import { init } from '{{ root|safe }}static/modules/cheezenotes.js';
|
||||
{{ init|safe }}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</div>
|
||||
<script type="module">
|
||||
import { init } from '{{ root|safe }}static/modules/cheezenotes.js';
|
||||
{{ init|safe }}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Reference in new issue