-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.11 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
<!doctype html>
<html>
<head>
<title>ATEditor</title>
<meta name="author" content="ATofighi">
<meta charset="utf-8">
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
<link href="assets/editor/stylesheet.min.css?lastcommit=46baaef9a60885c540f968d315f1c9fd4ec6e2b8" rel="stylesheet" type="text/css">
<link href="assets/thirdparty/font-awesome-4.2.0/css/font-awesome.min.css" type="text/css" rel="stylesheet"></link>
</head>
<body>
<header>
<a href="downloads/0.0001-afla.zip" target="_blank" title="Download" id="download"><i class="fa fa-download"></i> Download</a>
<h1>ATEditor</h1>
<h2>Free WYSIWYG HTML Editor</h2>
</header>
<section>
<textarea id="editor"></textarea>
<h3>Code:</h3>
<script src="https://gist.github.com/ATofighi/e458645d7c30b7d1937b.js"></script>
</section>
<script src="assets/thirdparty/jquery-1.11.1.min.js"></script>
<script src="assets/thirdparty/jquerypp.custom.js"></script>
<script src="assets/editor/editor.min.js?lastcommit=46baaef9a60885c540f968d315f1c9fd4ec6e2b8"></script>
<script>
ATEditor.run('editor');
</script>
</body>
</html>