OLD | NEW |
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>Multi-Threaded Raycasted Earth</title> | 11 <title>Multi-Threaded Raycasted Earth</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>Multi-Threaded Raycasted Earth</h1> | 23 <h1>Multi-Threaded Raycasted Earth</h1> |
24 | 24 |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 <div id="progress" class="progress progress-striped active"> | 104 <div id="progress" class="progress progress-striped active"> |
105 <div id="progress-bar" class="progress-bar" role="progressbar" aria
-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"> | 105 <div id="progress-bar" class="progress-bar" role="progressbar" aria
-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"> |
106 </div> | 106 </div> |
107 </div> | 107 </div> |
108 </div> | 108 </div> |
109 </div> | 109 </div> |
110 </section> | 110 </section> |
111 | 111 |
112 </body> | 112 </body> |
113 </html> | 113 </html> |
OLD | NEW |