aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/error.html
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-07-05 10:43:13 +0200
committerTaras Madan <tarasmadan@google.com>2024-07-05 09:22:08 +0000
commit76e0d5e0b3f39b94a5427c7a68e8062adcd27af1 (patch)
tree44d61129d8190d569d435caceb3dbf5e58294099 /dashboard/app/error.html
parent2a40360c27f1cd827c9fa0183aa402ef505d07db (diff)
dashboard/app: move templates to dir
Diffstat (limited to 'dashboard/app/error.html')
-rw-r--r--dashboard/app/error.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/dashboard/app/error.html b/dashboard/app/error.html
deleted file mode 100644
index 7bab98186..000000000
--- a/dashboard/app/error.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!doctype html>
-<html>
-<head>
- {{template "head" .Header}}
- <title>syzbot</title>
-</head>
-<body>
- {{.Error}}
- <br>
- <a href="javascript:history.back()">back</a>
-</body>
-</html>