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

Side by Side Diff: native_client_sdk/src/gonacl_appengine/static/voronoi/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
« no previous file with comments | « native_client_sdk/src/gonacl_appengine/static/styles/wrench.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2013 The Chromium Authors. All rights reserved. 4 Copyright (c) 2013 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head> 8 <head>
9 <meta charset="UTF-8"> 9 <meta charset="UTF-8">
10 10
11 <title>Voronoi</title> 11 <title>Voronoi</title>
12 12
13 <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300 ,700"> 13 <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300 ,700">
14 <link href="/static/styles/style.css" rel="stylesheet"> 14 <link href="/static/css/out/site.css" rel="stylesheet">
15 15
16 <script type="text/javascript" src="example.js"></script> 16 <script type="text/javascript" src="example.js"></script>
17 17
18 </head> 18 </head>
19 19
20 <body class="demo"> 20 <body class="demo">
21 21
22 <header> 22 <header>
23 <h1>Voronoi</h1> 23 <h1>Voronoi</h1>
24 24
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <div id="progress" class="progress progress-striped active"> 99 <div id="progress" class="progress progress-striped active">
100 <div id="progress-bar" class="progress-bar" role="progressbar" aria -valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"> 100 <div id="progress-bar" class="progress-bar" role="progressbar" aria -valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
101 </div> 101 </div>
102 </div> 102 </div>
103 </div> 103 </div>
104 </div> 104 </div>
105 </section> 105 </section>
106 106
107 </body> 107 </body>
108 </html> 108 </html>
OLDNEW
« no previous file with comments | « native_client_sdk/src/gonacl_appengine/static/styles/wrench.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698