Move the stylesheet to its own file
parent
465b033971
commit
03bc96850c
|
@ -2,11 +2,9 @@
|
|||
<html lang="nl">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="/static/css/busdepartures.css">
|
||||
|
||||
<title>Busvertrektijden</title>
|
||||
<style>
|
||||
h2 { margin-bottom: 2px; }
|
||||
dt { font-weight: bold; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{{ range .Quays }}
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
h2 {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
Loading…
Reference in New Issue