diff options
Diffstat (limited to 'components/error.html')
| -rw-r--r-- | components/error.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/components/error.html b/components/error.html index 51b6b05..2fe8b70 100644 --- a/components/error.html +++ b/components/error.html @@ -1,6 +1,6 @@  {{define "error"}}  <a href="/"> -    <div class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4" role="alert"> +    <div id=errorbox class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4" role="alert">        <p class="font-bold">An error from server</p>        <p>{{.}}</p>        <p>Click this banner to return to main page.</p> | 
