-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.02 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html>
<head>
<title>mtwtkman</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./assets/vendor/bootstrap-3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="./assets/vendor/font-awesome-4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./assets/vendor/highlight-9.9.0/styles/github.css">
<link rel="stylesheet" href="./bundle.css">
<script src="./assets/vendor/jquery-2.2.0.min.js"></script>
<script src="./assets/vendor/highlight-9.9.0/highlight.pack.js"></script>
<link rel="icon" href="./assets/img/favicon.ico">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mtwtkman.github.io">
<meta property="og:title" content="mtwtkman.github.io">
</head>
<body>
<div id="main" class="container"></div>
<script async src="./assets/vendor/bootstrap-3.3.6/js/bootstrap.min.js"></script>
<script async src="./bundle.js" charset="utf-8"></script>
</body>
</html>