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

Side by Side 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: Update startsWith polyfill Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « fuzzer/res/imp/fuzzsummary.html ('k') | fuzzer/templates/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <meta charset='utf-8' /> 1 <meta charset='utf-8' />
2 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
2 <meta name=viewport content='width=device-width, initial-scale=1'> 3 <meta name=viewport content='width=device-width, initial-scale=1'>
4 <link rel="shortcut icon" href="/res/img/favicon.ico" />
3 5
4 <link rel='stylesheet' href='/res/css/fuzzer.css' type='text/css'> 6 <link rel='stylesheet' href='/res/css/fuzzer.css' type='text/css'>
5 7
6 <script src="/res/js/core.js"></script> 8 <script src="/res/js/core.js"></script>
7 <script src='/res/js/fuzzer.js' type='text/javascript'></script> 9 <script src='/res/js/fuzzer.js' type='text/javascript'></script>
10
11 <link href="/res/vul/elements.html" rel="import" />
OLDNEW
« no previous file with comments | « fuzzer/res/imp/fuzzsummary.html ('k') | fuzzer/templates/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698