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 <title>Rotating Cube</title> | 10 <title>Rotating Cube</title> |
11 <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,7
00"> | 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 <script type="text/javascript" src="example.js"></script> | 13 <script type="text/javascript" src="example.js"></script> |
14 </head> | 14 </head> |
15 <body class="demo"> | 15 <body class="demo"> |
16 | 16 |
17 <header> | 17 <header> |
18 <h1>Rotating Cube</h1> | 18 <h1>Rotating Cube</h1> |
19 </header> | 19 </header> |
20 | 20 |
21 <section> | 21 <section> |
22 <div class="intro"> | 22 <div class="intro"> |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 </div> | 81 </div> |
82 </div> | 82 </div> |
83 </div> | 83 </div> |
84 </div> | 84 </div> |
85 </div> | 85 </div> |
86 | 86 |
87 </section> | 87 </section> |
88 </div> | 88 </div> |
89 </body> | 89 </body> |
90 </html> | 90 </html> |
OLD | NEW |