Skip to content

Commit 5405740

Browse files
Update makeEditor.html
1 parent 23f07aa commit 5405740

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

edit/makeEditor.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Editor</title>
6+
</head>
17

8+
<body>
9+
<center>
10+
<h1>Type your page here, use html tags for links, bold, etc. Don't use scripts tags</h1>
11+
<textarea id="content"></textarea>
12+
</center>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)