-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="A community-made resource for ALS patients and families with info, advice, and support. Providing a central hub of ALS info for the current and future community.">
<meta name="keywords" content="ALS,Amyotrophic Lateral Sclerosis,MND,Motor Neuron Disease,motor neuron,neuron,neurodegeneration,Wiki,Wikipedia,Hub,Repo,Repository,wiki-repository">
<link rel="stylesheet" href="./index.css" />
<link rel="stylesheet" href="./lib/jodit.css" />
<script defer src="./lib/jodit.js"></script>
<script defer src="./lib/turndown.js"></script>
<script defer src="./lib/sweetalert.js"></script>
<script defer src="./index.js"></script>
<title>Edit ALSWiki</title>
</head>
<body>
<main>
<h1>Editor</h1>
<div class="edit-info">
<p>Editing: <input type="text" id="article-title" placeholder="type article title" /></p>
<button name="upload" title="Upload">
Upload change request
</button>
</div>
<div id="editor" />
</main>
</body>
</html>