Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1224)

Unified Diff: fuzzer/templates/header.html

Issue 1144163010: Getting started on the fuzzer web front end. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Frontend can now retrieve/show the hashes of existing passed/failed fuzzes. Good place to land. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fuzzer/templates/header.html
diff --git a/fuzzer/templates/header.html b/fuzzer/templates/header.html
index 259286d0c80a3685175ce379d5c37808e2b6637a..f1ce2b82c4a7f0168b93f5ce8731c69104fe737d 100644
--- a/fuzzer/templates/header.html
+++ b/fuzzer/templates/header.html
@@ -1,7 +1,11 @@
<meta charset='utf-8' />
+<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name=viewport content='width=device-width, initial-scale=1'>
+<link rel="shortcut icon" href="/res/img/favicon.ico" />
<link rel='stylesheet' href='/res/css/fuzzer.css' type='text/css'>
<script src="/res/js/core.js"></script>
<script src='/res/js/fuzzer.js' type='text/javascript'></script>
+
+<link href="/res/vul/elements.html" rel="import" />

Powered by Google App Engine
This is Rietveld 408576698