OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <!-- |
| 3 This file is part of website-defaults |
| 4 Copyright (C) 2016 Eyeo GmbH |
| 5 |
| 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 |
| 8 the Free Software Foundation, either version 3 of the License, or |
| 9 (at your option) any later version. |
| 10 |
| 11 website-defaults is distributed in the hope that it will be useful, |
| 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 GNU General Public License for more details. |
| 15 |
| 16 You should have received a copy of the GNU General Public License |
| 17 along with website-defaults. If not, see <http://www.gnu.org/licenses/>. |
| 18 --> |
| 19 <html dir="ltr"> |
| 20 <head> |
| 21 <meta charset="utf-8"> |
| 22 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-
fit=no"> |
| 23 <meta http-equiv="x-ua-compatible" content="ie=edge"> |
| 24 <title>Website defaults</title> |
| 25 <link rel="stylesheet" href="css/main.css"> |
| 26 <link rel="stylesheet" href="css/demo.css"> |
| 27 </head> |
| 28 <body> |
| 29 <div class="container"> |
| 30 |
| 31 <h1>Website defaults</h1> |
| 32 <p>Sensible defaults for Eyeo websites.</p> |
| 33 |
| 34 <h2>Components</h2> |
| 35 |
| 36 <ol> |
| 37 <li><a href="content.html">Content</a></li> |
| 38 </ol> |
| 39 |
| 40 </div> |
| 41 </body> |
| 42 </html> |
OLD | NEW |