]>
Commit | Line | Data |
---|---|---|
7a5a585e BB |
1 | <!doctype html> |
2 | <html> | |
3 | <head> | |
4 | <meta charset="utf-8"> | |
5 | <meta name="description" content="This is the blog at unlimited.pizza"> | |
6 | ||
7 | <title>blog 🍕</title> | |
8 | ||
9 | <link href="css/style.css" rel="stylesheet"> | |
10 | ||
11 | </head> | |
12 | <body> | |
13 | <header class="main-header"> | |
14 | <a href="/">Blog</a> | |
15 | </header> | |
16 | <main> | |
17 | <article id="1"> | |
18 | <h1>This is the title of an entry</h1> | |
19 | <p> | |
20 | An entry will have paragraphs, these paragraphs will contain text. The | |
21 | text should be formatted correctly: visitors will want to read whatever | |
22 | is in the blog, so it should be readable. It should account for several | |
23 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
24 | should even support <a href="/">links</a> | |
25 | </p> | |
26 | <p> | |
27 | An entry will have paragraphs, these paragraphs will contain text. The | |
28 | text should be formatted correctly: visitors will want to read whatever | |
29 | is in the blog, so it should be readable. It should account for several | |
30 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
31 | should even support <a href="/">links</a> | |
32 | </p> | |
33 | <p> | |
34 | An entry will have paragraphs, these paragraphs will contain text. The | |
35 | text should be formatted correctly: visitors will want to read whatever | |
36 | is in the blog, so it should be readable. It should account for several | |
37 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
38 | should even support <a href="/">links</a> | |
39 | </p> | |
40 | <h2>Subheading 1 (h2)</h2> | |
41 | <p> | |
42 | An entry will have paragraphs, these paragraphs will contain text. The | |
43 | text should be formatted correctly: visitors will want to read whatever | |
44 | is in the blog, so it should be readable. It should account for several | |
45 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
46 | should even support <a href="/">links</a> | |
47 | </p> | |
48 | <ul> | |
49 | <li>There will be <strong>lists</strong></li> | |
50 | <li>Lists will have <em>tags</em></li> | |
51 | <li>And everything else <a href="/">in the world</a></li> | |
52 | </ul> | |
53 | <p> | |
54 | An entry will have paragraphs, these paragraphs will contain text. The | |
55 | text should be formatted correctly: visitors will want to read whatever | |
56 | is in the blog, so it should be readable. It should account for several | |
57 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
58 | should even support <a href="/">links</a> | |
59 | </p> | |
60 | <h3>Other types of subheadings, other types of lists (h3)</h3> | |
61 | <ol> | |
62 | <li>There will be <strong>lists</strong></li> | |
63 | <li>Lists will have <em>tags</em></li> | |
64 | <li>And everything else <a href="/">in the world</a></li> | |
65 | </ol> | |
66 | <p> | |
67 | An entry will have paragraphs, these paragraphs will contain text. The | |
68 | text should be formatted correctly: visitors will want to read whatever | |
69 | is in the blog, so it should be readable. It should account for several | |
70 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
71 | should even support <a href="/">links</a> | |
72 | </p> | |
73 | </article> | |
74 | <hr> | |
75 | <article id="2"> | |
76 | <h1>This is the title of another entry</h1> | |
77 | <p> | |
78 | An entry will have paragraphs, these paragraphs will contain text. The | |
79 | text should be formatted correctly: visitors will want to read whatever | |
80 | is in the blog, so it should be readable. It should account for several | |
81 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
82 | should even support <a href="/">links</a> | |
83 | </p> | |
84 | <p> | |
85 | An entry will have paragraphs, these paragraphs will contain text. The | |
86 | text should be formatted correctly: visitors will want to read whatever | |
87 | is in the blog, so it should be readable. It should account for several | |
88 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
89 | should even support <a href="/">links</a> | |
90 | </p> | |
91 | <p> | |
92 | An entry will have paragraphs, these paragraphs will contain text. The | |
93 | text should be formatted correctly: visitors will want to read whatever | |
94 | is in the blog, so it should be readable. It should account for several | |
95 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
96 | should even support <a href="/">links</a> | |
97 | </p> | |
98 | <h2>Subheading 1 (h2)</h2> | |
99 | <p> | |
100 | An entry will have paragraphs, these paragraphs will contain text. The | |
101 | text should be formatted correctly: visitors will want to read whatever | |
102 | is in the blog, so it should be readable. It should account for several | |
103 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
104 | should even support <a href="/">links</a> | |
105 | </p> | |
106 | <ul> | |
107 | <li>There will be <strong>lists</strong></li> | |
108 | <li>Lists will have <em>tags</em></li> | |
109 | <li>And everything else <a href="/">in the world</a></li> | |
110 | </ul> | |
111 | <p> | |
112 | An entry will have paragraphs, these paragraphs will contain text. The | |
113 | text should be formatted correctly: visitors will want to read whatever | |
114 | is in the blog, so it should be readable. It should account for several | |
115 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
116 | should even support <a href="/">links</a> | |
117 | </p> | |
118 | <img src="/images/example_image.png" alt="Picture: two persons in a ceremony"> | |
119 | <h3>Other types of subheadings, other types of lists (h3)</h3> | |
120 | <ol> | |
121 | <li>There will be <strong>lists</strong></li> | |
122 | <li>Lists will have <em>tags</em></li> | |
123 | <li>And everything else <a href="/">in the world</a></li> | |
124 | </ol> | |
125 | <p> | |
126 | An entry will have paragraphs, these paragraphs will contain text. The | |
127 | text should be formatted correctly: visitors will want to read whatever | |
128 | is in the blog, so it should be readable. It should account for several | |
129 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
130 | should even support <a href="/">links</a> | |
131 | </p> | |
132 | </article> | |
133 | <hr> | |
134 | <article id="3"> | |
135 | <h1>This is the title of the last entry</h1> | |
136 | <p> | |
137 | An entry will have paragraphs, these paragraphs will contain text. The | |
138 | text should be formatted correctly: visitors will want to read whatever | |
139 | is in the blog, so it should be readable. It should account for several | |
140 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
141 | should even support <a href="/">links</a> | |
142 | </p> | |
143 | <p> | |
144 | An entry will have paragraphs, these paragraphs will contain text. The | |
145 | text should be formatted correctly: visitors will want to read whatever | |
146 | is in the blog, so it should be readable. It should account for several | |
147 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
148 | should even support <a href="/">links</a> | |
149 | </p> | |
150 | <p> | |
151 | An entry will have paragraphs, these paragraphs will contain text. The | |
152 | text should be formatted correctly: visitors will want to read whatever | |
153 | is in the blog, so it should be readable. It should account for several | |
154 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
155 | should even support <a href="/">links</a> | |
156 | </p> | |
157 | <h2>Subheading 1 (h2)</h2> | |
158 | <p> | |
159 | An entry will have paragraphs, these paragraphs will contain text. The | |
160 | text should be formatted correctly: visitors will want to read whatever | |
161 | is in the blog, so it should be readable. It should account for several | |
162 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
163 | should even support <a href="/">links</a> | |
164 | </p> | |
165 | <ul> | |
166 | <li>There will be <strong>lists</strong></li> | |
167 | <li>Lists will have <em>tags</em></li> | |
168 | <li>And everything else <a href="/">in the world</a></li> | |
169 | </ul> | |
170 | <p> | |
171 | An entry will have paragraphs, these paragraphs will contain text. The | |
172 | text should be formatted correctly: visitors will want to read whatever | |
173 | is in the blog, so it should be readable. It should account for several | |
174 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
175 | should even support <a href="/">links</a> | |
176 | </p> | |
177 | <h3>Other types of subheadings, other types of lists (h3)</h3> | |
178 | <ol> | |
179 | <li>There will be <strong>lists</strong></li> | |
180 | <li>Lists will have <em>tags</em></li> | |
181 | <li>And everything else <a href="/">in the world</a></li> | |
182 | </ol> | |
183 | <p> | |
184 | An entry will have paragraphs, these paragraphs will contain text. The | |
185 | text should be formatted correctly: visitors will want to read whatever | |
186 | is in the blog, so it should be readable. It should account for several | |
187 | types of tags, like <strong>strong</strong>, or <em>emphasised</em>. It | |
188 | should even support <a href="/">links</a> | |
189 | </p> | |
190 | </article> | |
191 | </main> | |
192 | <footer> | |
193 | <p>Only 3 entries kept at any time. Press 1, 2, and 3 to switch. <a href="https://unlimited.pizza">unlimited.pizza</a></p> | |
194 | </footer> | |
195 | </body> | |
196 | </html> | |
197 |