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

Unified Diff: experimental/webtry/templates/footercommon.html

Issue 292433002: Move zooming into its own component, imported via HTML Imports. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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: experimental/webtry/templates/footercommon.html
diff --git a/experimental/webtry/templates/footercommon.html b/experimental/webtry/templates/footercommon.html
new file mode 100644
index 0000000000000000000000000000000000000000..47a27647ad37fa6b80d96cf9166e6dd7cad58721
--- /dev/null
+++ b/experimental/webtry/templates/footercommon.html
@@ -0,0 +1,6 @@
+ <link rel='stylesheet' href='/res/css/webtry.css' type='text/css'>
+ <link rel='stylesheet' href='/res/css/cm/codemirror.css' type='text/css'>
+ <script src='/res/js/polyfill.js' type='text/javascript'></script>
+ <script src='/res/js/cm/codemirror.js' type='text/javascript'></script>
+ <script src='/res/js/cm/clike.js' type='text/javascript'></script>
+ <script src='/res/js/webtry.js' type='text/javascript'></script>

Powered by Google App Engine
This is Rietveld 408576698