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> |