-
-
Notifications
You must be signed in to change notification settings - Fork 104
/
index.html
53 lines (53 loc) · 1.81 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en" class="">
<head>
<title>instant-markdown-d</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Language" content="en">
<!-- theme stylesheets are dynamic loaded in index.js, according to 'theme' param -->
<!-- <link rel="stylesheet" type="text/css" href="/css/github-syntax-highlight.css"> -->
<!-- <link rel="stylesheet" type="text/css" href="/css/github-markdown.css"> -->
<link rel="stylesheet" type="text/css" href="/css/mjpage-html.css">
<link rel="stylesheet" type="text/css" href="/css/themes/common.css">
<style>
.markdown-body {
min-width: 200px;
margin: 0 auto;
padding: 30px;
}
#con-error {
position: fixed;
top: 0px;
right: 0px;
padding: 5px;
background: white;
color: red;
}
</style>
<script src="/node_modules/mermaid/dist/mermaid.min.js"></script>
<script src="/socket.io/socket.io.min.js"></script>
<script src="/index.js"></script>
</head>
<body>
<div class="container">
<div class="item row1"></div>
<div class="item row1"></div>
<div class="item row2"></div>
<div class="item row2">
<div class="repository-with-sidebar repo-container new-discussion-timeline with-full-navigation">
<div id="js-repo-pjax-container" class="repository-content context-loader-container">
<div id="readme" class="boxed-group flush clearfix announce instapaper_body md">
<article class="markdown-body"></article>
</div>
</div>
</div>
</div>
<div class="item row2"></div>
<div class="item row3"></div>
<div class="item row3"></div>
<div class="item row3"></div>
</div>
<div id="con-error" style="display:none">Live preview is unavailable</div>
</body>
</html>