summaryrefslogtreecommitdiff
path: root/internal/mdedit/res/index.html
blob: 20aea1345dc9fe7883c1fd12c90ccfdad0000ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>mdedit</title>
    <link rel="stylesheet" type="text/css" href="/res.css" />
</head>
<body>
  <nav>
    <span id="title">mdedit</span>: <span id="status">Loading...</span>
  </nav>
  <textarea id="editor"></textarea>
  <div id="preview"></div>
</body>
<script src="/res.js"></script>
</html>