mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 12:54:00 -05:00
13 lines
428 B
Plaintext
13 lines
428 B
Plaintext
doctype html
|
|
html(lang="en")
|
|
head
|
|
base(href=httpRoot)
|
|
title Error #{error.code}
|
|
body(style="background-color:#f2f2f2;display:flex;align-items: center;justify-content: center;")
|
|
div(style="")
|
|
a(href=httpRoot title="Go to main site")
|
|
img(src=staticRoot + "site-logo.svg" alt="Compiler Explorer logo" height="50" width="165")
|
|
p Whoops, #{error.message}
|
|
hr
|
|
a(href=httpRoot) Main site
|