Skip to content

Commit

Permalink
Add return link to board
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanp0 committed Jan 22, 2022
1 parent 6ed5496 commit fee411c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmd/departureboard/tmpl/board.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,16 @@
.platalteration {
color: red
}

a {
color: grey;
}
</style>
<meta http-equiv="refresh" content="15">
</head>
<body>
<h1>SimSig DepartureBoard - {{.Location}}</h1>
<p><div class="clock">{{.Clock}}</div></p>
<p><div class="clock">{{.Clock}}</div><a href="/"> Back to Location List</a></p>
<p>
<div id="container">
<div id="main">
Expand Down

0 comments on commit fee411c

Please sign in to comment.