markdown-live-preview/index.html

45 lines
1.3 KiB
HTML
Raw Normal View History

2011-05-16 20:26:21 +04:00
<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-language" content="ja">
<title>Markdown Live Previewer</title>
<meta http-equiv="content-script-type" content="text/javascript">
<meta http-equiv="content-style-type" content="text/css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="js/jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="js/markdown.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
2011-05-17 18:50:41 +04:00
<h1 id="header">Markdown Live Previewer</h1>
2011-05-16 20:26:21 +04:00
<div id="container">
2011-05-17 17:17:47 +04:00
<div id="leftColumn">
<div class="section">
<h2>markdown</h2>
<textarea id="markdown"></textarea>
</div>
2011-05-16 20:26:21 +04:00
2011-05-17 17:17:47 +04:00
<div class="section">
<h2>output</h2>
<div id="output"></div>
</div>
</div>
2011-05-16 20:26:21 +04:00
2011-05-17 17:17:47 +04:00
<div id="rightColumn">
<div class="section">
<h2>reference</h2>
2011-05-17 18:50:41 +04:00
<div id="reference">sorry, its todo</div>
<table>
</table>
2011-05-17 17:17:47 +04:00
</div>
</div>
2011-05-16 20:26:21 +04:00
</div>
2011-05-17 18:50:41 +04:00
<div id="footer"><a href="http://twitter.com/#!/tanabe">created by @tanabe</a></div>
2011-05-16 20:26:21 +04:00
</body>
</html>