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

Side by Side Diff: native_client_sdk/src/gonacl_appengine/static/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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6 <meta name="description" content=""> 6 <meta name="description" content="">
7 <meta name="viewport" content="width=device-width"> 7 <meta name="viewport" content="width=device-width">
8 8
9 <title>PNaCl Demos</title> 9 <title>PNaCl Demos</title>
10 10
11 <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300"> 11 <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,7 00">
12 <link href="/static/styles/style.css" rel="stylesheet"> 12 <link href="/static/css/out/site.css" rel="stylesheet">
13 </head> 13 </head>
14 <body> 14 <body>
15 <nav> 15 <nav>
16 <h1>PNaCl Demos</h1> 16 <h1>PNaCl Demos</h1>
17 <ul></ul> 17 <ul></ul>
18 </nav> 18 </nav>
19 19
20 <section> 20 <section>
21 </section> 21 </section>
22 22
(...skipping 19 matching lines...) Expand all
42 <p> 42 <p>
43 If you'd like to play with these stunning demos, you can <a 43 If you'd like to play with these stunning demos, you can <a
44 href="https://support.google.com/chrome/answer/95414?hl=en">update 44 href="https://support.google.com/chrome/answer/95414?hl=en">update
45 Chrome</a>. 45 Chrome</a>.
46 </p> 46 </p>
47 </div> 47 </div>
48 </div> 48 </div>
49 </body> 49 </body>
50 <script src="/static/frame.js"></script> 50 <script src="/static/frame.js"></script>
51 </html> 51 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698