40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
HTML
<!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>
|
|
<h1>Markdown Live Previewer</h1>
|
|
<div id="container">
|
|
|
|
<div id="leftColumn">
|
|
<div class="section">
|
|
<h2>markdown</h2>
|
|
<textarea id="markdown"></textarea>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>output</h2>
|
|
<div id="output"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="rightColumn">
|
|
<div class="section">
|
|
<h2>reference</h2>
|
|
<div id="rederence"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|