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

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

Issue 261693003: Use CodeMirror for WebTry snippets. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: design.md notes Created 6 years, 8 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 | « experimental/webtry/templates/index.html ('k') | experimental/webtry/templates/template.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/recent.html
diff --git a/experimental/webtry/templates/recent.html b/experimental/webtry/templates/recent.html
index de45ec6e1a5ce6f330b85e04c42cb8059e1c405e..645ad3480c426c7e6947b5f035d53955c8e5d2eb 100644
--- a/experimental/webtry/templates/recent.html
+++ b/experimental/webtry/templates/recent.html
@@ -3,7 +3,7 @@
<head>
<title>Recent SkFiddles</title>
<meta charset='utf-8' />
- <link rel="stylesheet" href="/css/" type="text/css" media="screen">
+ <link rel="stylesheet" href="/res/css/webtry.css" type="text/css" media="screen">
</head>
<body>
{{template "titlebar.html" .}}
« no previous file with comments | « experimental/webtry/templates/index.html ('k') | experimental/webtry/templates/template.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698