Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: demo/index.html

Issue 29509576: Issue 5453 - Make website-defaults adblockplus/cms compatible (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Aug. 8, 2017, 12:43 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« README.md ('K') | « demo/grid.html ('k') | gulpfile.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!--
3 This file is part of website-defaults
4 Copyright (C) 2016-2017 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>Default resources for eyeo websites.</p>
33
34 <h2>Components</h2>
35
36 <ol>
37 <li><a href="content.html">Content</a></li>
38 <li><a href="grid.html">Grid</a></li>
39 </ol>
40
41 </div>
42 </body>
43 </html>
OLDNEW
« README.md ('K') | « demo/grid.html ('k') | gulpfile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld