diff options
Diffstat (limited to 'iss/templates/base.html')
| -rw-r--r-- | iss/templates/base.html | 4 |
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> |
