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

Side by Side Diff: experimental/webtry/templates/footercommon.html

Issue 688433002: rework GUI, scripts, and fiddle main for multiple simultaneous configs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add TODO about polymer port and global namespacing Created 6 years, 1 month 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
OLDNEW
(Empty)
1 <link rel='stylesheet' href='/res/webtry/css/webtry.css' type='text/css'>
2 <link rel='stylesheet' href='/res/css/cm/codemirror.css' type='text/css'>
3
4 <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
5 <script src="/res/webtry/js/bootstrap.js"></script>
6 <script src='/res/js/polyfill.js' type='text/javascript'></script>
7 <script src='/res/js/cm/codemirror.js' type='text/javascript'></script>
8 <script src='/res/js/cm/clike.js' type='text/javascript'></script>
9 <script src='/res/js/webtry.js' type='text/javascript'></script>
OLDNEW
« no previous file with comments | « experimental/webtry/templates/content.html ('k') | experimental/webtry/templates/headercommon.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698