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

Unified Diff: fuzzer/templates/index.html

Issue 911143003: skeleton for fuzzer; contains makefile and front end server (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: ;switch fuzzer to new metrics callback init Created 5 years, 10 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
« no previous file with comments | « fuzzer/templates/header.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/templates/index.html
diff --git a/fuzzer/templates/index.html b/fuzzer/templates/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..6571e9fc03a093a11525305fc92f539fb1a13eb9
--- /dev/null
+++ b/fuzzer/templates/index.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Skia Fuzzer</title>
+ {{template "header.html" .}}
+</head>
+<body>
+ {{template "footer.html" .}}
+</body>
+</html>
« no previous file with comments | « fuzzer/templates/header.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698