We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa86a9 commit 0670c5aCopy full SHA for 0670c5a
2 files changed
static/images/errorcat.jpg
47.7 KB
views/error.html
@@ -23,7 +23,7 @@
23
24
table {
25
margin: auto;
26
- width: 50%;
+ width: 70%;
27
}
28
29
td {
@@ -40,14 +40,14 @@
40
41
<table>
42
<tr>
43
-<td width='30%'>
+<td width='40%'>
44
45
-<img src="/images/large.png">
+<img src="/images/errorcat.jpg" width="90%">
46
47
</td>
48
<td>
49
50
-<h1>Oops - Nightscout had trouble starting</h1>
+<h1>Oops - Nightscout is having trouble</h1>
51
52
<p>Don't panic, we can work this out! This happens to the best of us.</p>
53
<p>Check the errors below and then refer to the
0 commit comments