-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle.html
More file actions
28 lines (25 loc) · 917 Bytes
/
Copy patharticle.html
File metadata and controls
28 lines (25 loc) · 917 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meteor</title>
<link rel="stylesheet" href="css/article.css">
<link rel="stylesheet" href="css/theme/atom-one-dark-reasonable.css">
</head>
<body>
<iframe class="top-bar" src="subs/topBar.html"></iframe>
<iframe class="side-bar" src="subs/sideBar.html"></iframe>
<iframe class="m-links" src="subs/links.html"></iframe>
<div class="content">
<div id="content"></div>
<iframe class="bottom-info" src="subs/bottomInfo.html"></iframe>
</div>
<script src="js/jquery-3.5.0.min.js"></script>
<script src="js/common.js"></script>
<script src="js/marked.js"></script>
<script src="js/highlight.js"></script>
<script src="js/lineNumber.js"></script>
<script src="js/article.js"></script>
</body>
</html>