-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththread.html
More file actions
25 lines (25 loc) · 869 Bytes
/
thread.html
File metadata and controls
25 lines (25 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<header class="thread-head">
<h2 class="topic">The fooobar topic thread</h2>
<div class="starter">Joe</div>
<div class="date">2019–09–20</div>
</header>
<div class="entry">
<div class="user">Joe</div>
<div class="text"><p>I started this thread in order to test the
layout of this web page.</p>
<p>I expect to writ a lot here later – especially about lorem ipsum.
But for the moment I will content myself with a few lines.</p>
</div>
</div>
</section>
</body>
</html>