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>SmoothLife</title> | 10 <title>SmoothLife</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 <header> | 16 <header> |
17 <h1>SmoothLife</h1> | 17 <h1>SmoothLife</h1> |
18 </header> | 18 </header> |
19 | 19 |
20 <section> | 20 <section> |
21 <div class="intro"> | 21 <div class="intro"> |
22 <p> | 22 <p> |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 <div id="progress" class="progress progress-striped active"> | 147 <div id="progress" class="progress progress-striped active"> |
148 <div id="progress-bar" class="progress-bar" role="progressbar" aria-v
aluenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"> | 148 <div id="progress-bar" class="progress-bar" role="progressbar" aria-v
aluenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"> |
149 </div> | 149 </div> |
150 </div> | 150 </div> |
151 </div> | 151 </div> |
152 </div> | 152 </div> |
153 | 153 |
154 </section> | 154 </section> |
155 </body> | 155 </body> |
156 </html> | 156 </html> |
OLD | NEW |