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

Unified Diff: native_client_sdk/src/gonacl_appengine/static/lua/index.html

Issue 844073002: Make changes to the NaCl demos in prep for integrating them into developer.chrome.com: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a README file explaining why the stylesheet was moved. Created 5 years, 11 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: native_client_sdk/src/gonacl_appengine/static/lua/index.html
diff --git a/native_client_sdk/src/gonacl_appengine/static/lua/index.html b/native_client_sdk/src/gonacl_appengine/static/lua/index.html
index 4bd8eb933f0e738006798dead264f53842f83f89..e77b0e5c6ac6e85d15681ea8853f57873e8e98d0 100644
--- a/native_client_sdk/src/gonacl_appengine/static/lua/index.html
+++ b/native_client_sdk/src/gonacl_appengine/static/lua/index.html
@@ -11,7 +11,7 @@
<title>Lua Interpreter</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,700">
- <link href="/static/styles/style.css" rel="stylesheet">
+ <link href="/static/css/out/site.css" rel="stylesheet">
<script type="text/javascript" src="//storage.googleapis.com/gonacl/demos/publish/234230_dev/lua/hterm.concat.js"></script>
<script type="text/javascript" src="naclterm.js"></script>

Powered by Google App Engine
This is Rietveld 408576698