summaryrefslogtreecommitdiff
path: root/iss/templates/base.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-27 12:10:51 +0300
committerYuval Adam <_@yuv.al>2020-09-27 12:11:24 +0300
commit04f806ba85281d5406e564887e053e10f262cb09 (patch)
tree1597c6e7db926991e1161a121e5012bb34f5c6a9 /iss/templates/base.html
parent1a1a73f21a9552f4657565cabcb83d3bb9321e17 (diff)
Add iosevka fonts
Diffstat (limited to 'iss/templates/base.html')
-rw-r--r--iss/templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/iss/templates/base.html b/iss/templates/base.html
index 7c782ee..fa75313 100644
--- a/iss/templates/base.html
+++ b/iss/templates/base.html
@@ -7,11 +7,13 @@
<meta name="description" content="ISS predictions for overhead passes">
<meta name="keywords" content="ISS, international space station, passes, predictions, overhead, amateur radio">
<link rel="stylesheet" href="/static/css/tachyons.min.css">
+ <link rel="stylesheet" href="/static/css/style.css">
<link rel="shortcut icon" href="favicon.ico"/>
</head>
- <body>
+ <body class="bg-near-black near-white">
<div class="container">
<h1 class="title">ISS.guru</h1>
+ <p>Hello this is text <span class="b">in bold</span></p>
</div>
</body>
</html>