Skip to content

Commit 0670c5a

Browse files
committed
Add error cat to error page
1 parent dfa86a9 commit 0670c5a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

static/images/errorcat.jpg

47.7 KB
Loading

views/error.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
table {
2525
margin: auto;
26-
width: 50%;
26+
width: 70%;
2727
}
2828

2929
td {
@@ -40,14 +40,14 @@
4040

4141
<table>
4242
<tr>
43-
<td width='30%'>
43+
<td width='40%'>
4444

45-
<img src="/images/large.png">
45+
<img src="/images/errorcat.jpg" width="90%">
4646

4747
</td>
4848
<td>
4949

50-
<h1>Oops - Nightscout had trouble starting</h1>
50+
<h1>Oops - Nightscout is having trouble</h1>
5151

5252
<p>Don't panic, we can work this out! This happens to the best of us.</p>
5353
<p>Check the errors below and then refer to the

0 commit comments

Comments
 (0)