Index: fuzzer/templates/overview.html |
diff --git a/fuzzer/templates/overview.html b/fuzzer/templates/overview.html |
deleted file mode 100644 |
index 1ef72caa68d57735b276772130550e1e740e2c0b..0000000000000000000000000000000000000000 |
--- a/fuzzer/templates/overview.html |
+++ /dev/null |
@@ -1,33 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <title>Skia Fuzzer Details</title> |
- {{template "header.html" .}} |
-</head> |
-<body class="fullbleed vertical layout unresolved"> |
- <style is="custom-style"> |
- app-sk { |
- --app-sk-main: { |
- background-color: #FFFFFF; |
- font-family: sans-serif; |
- }; |
- --app-sk-toolbar: { |
- background-color: #8be1b8; |
- }; |
- login-sk{ |
- --login-sk-color: white; |
- }; |
- } |
- </style> |
- <app-sk class="fit" flex> |
- <img header id="logo" src="/res/img/skia_fuzz.png"> |
- <fuzzer-status-sk rtoolbar></fuzzer-status-sk> |
- <fuzzer-menu-sk navigation></fuzzer-menu-sk> |
- |
- <h2>Fuzz Overview</h2> |
- |
- <fuzzer-file-list-sk category="{{.Category}}"></fuzzer-info-sk> |
- </app-sk> |
- |
-</body> |
-</html> |