-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 813 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (22 loc) · 813 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
<!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" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/blog.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 class="list"></div>
<iframe class="bottom-info" src="subs/bottomInfo.html"></iframe>
</div>
<script src="js/jquery-3.5.0.min.js"></script>
<script src="js/blog.js"></script>
<script src="js/common.js"></script>
</body>
</html>