You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
<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="static/mdnotes.css">
|
|
</head>
|
|
<body>
|
|
<div><button id="saveButton">Save</button><button id="loadButton">Load</button><button id="taButton">Textarea</button></div>
|
|
<textarea id="ta" class="mdnotes" style="display: none;">
|
|
# Titre 1
|
|
Un petit texte
|
|
## Titre 2
|
|
### Titre 3-1
|
|
Encore un joli texte
|
|
### Titre 3-2
|
|
T'en as marre ???
|
|
#### Titre 4
|
|
- coucou
|
|
- pas vrai
|
|
- tant pis
|
|
Moi oui !!!</textarea>
|
|
<div id="mdnotes" class="mdnotes" contenteditable="true"></div>
|
|
<script type="module" src="static/modules/mdnotes.js"></script>
|
|
</body>
|
|
</html>
|