| LEFT | RIGHT |
| (no file at all) | |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- | 2 <!-- |
| 3 This file is part of website-defaults | 3 This file is part of website-defaults |
| 4 Copyright (C) 2016 Eyeo GmbH | 4 Copyright (C) 2016 Eyeo GmbH |
| 5 | 5 |
| 6 website-defaults is free software: you can redistribute it and/or | 6 website-defaults is free software: you can redistribute it and/or |
| 7 modify it under the terms of the GNU General Public License as published by | 7 modify it under the terms of the GNU General Public License as published by |
| 8 the Free Software Foundation, either version 3 of the License, or | 8 the Free Software Foundation, either version 3 of the License, or |
| 9 (at your option) any later version. | 9 (at your option) any later version. |
| 10 | 10 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 <body> | 28 <body> |
| 29 <div class="container"> | 29 <div class="container"> |
| 30 | 30 |
| 31 <h1>Website defaults</h1> | 31 <h1>Website defaults</h1> |
| 32 <p>Sensible defaults for Eyeo websites.</p> | 32 <p>Sensible defaults for Eyeo websites.</p> |
| 33 | 33 |
| 34 <h2>Components</h2> | 34 <h2>Components</h2> |
| 35 | 35 |
| 36 <ol> | 36 <ol> |
| 37 <li><a href="content.html">Content</a></li> | 37 <li><a href="content.html">Content</a></li> |
| 38 <li><a href="grid.html">Grid</a></li> |
| 38 </ol> | 39 </ol> |
| 39 | 40 |
| 40 </div> | 41 </div> |
| 41 </body> | 42 </body> |
| 42 </html> | 43 </html> |
| LEFT | RIGHT |