-
Notifications
You must be signed in to change notification settings - Fork 0
/
createBlog.html
25 lines (23 loc) · 1 KB
/
createBlog.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>FazRoom-CreateBlog</title>
<link rel="stylesheet" href="css/createBlog.css" type="text/css">
<link rel='stylesheet' href='css/pre/content_pre.css' type='text/css'>
<link rel='stylesheet' href='css/pre/footer_pre.css' type='text/css'>
<link rel='stylesheet' href='css/pre/header_pre.css' type='text/css'>
</head>
<body>
<div id="content">
<div class="content-card"><p>Preview↓</p><div id="previewArea"></div></div>
<div class="content-card"><p>coding↓</p><textarea id="editBlog"></textarea></div>
<span>リアルタイムプレビューを利用する</span>
<input type="checkbox" id="isRealTime" checked>
<div id="downloadButton"><a id="downloadHtml" onclick="downloadHtml()"><span>download</span></a></div>
</div>
</body>
<script src="js/base.js" type="text/javascript"></script>
<script src="js/createBlog.js" type="text/javascript"></script>
<script src="js/sidenav.js" type="text/javascript"></script>
</html>