-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
31 lines (23 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Asim's Quick reference guide</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./static/fonts/sky-bold/sky-bold.css" rel="stylesheet" />
<link href="./static/css/bootstrap.min.css" rel="stylesheet">
<link href="./static/highlight/styles/vs2015.css" rel="stylesheet">
<link href="./static/css/main.min.css" rel="stylesheet">
<link href="./favicon.ico" rel="icon">
<meta name="description"
content="Asim's Quick reference guide for Python, Django, Docker, Kubernetes, JavaScript, GitHub, Bash, and much more.">
</head>
<body style="font-family: 'sky-bold', TimesNewRoman, sans-serif;">
<div id="body" class="container py-4">
<div class="progress" id="loading_div"></div>
</div>
</body>
<script src="./static/js/main.js"></script>
<script src="./static/js/markdown-it.min.js"></script>
<script src="./static/highlight/highlight.pack.js"></script>
</html>