blob: 6ee8e22aeb0f76df0a776c51dde2ae6c0e372af6 (
plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Whatever | ewy.one</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" type="text/css" href="/reset.css"/>
<link rel="stylesheet" type="text/css" href="/terminal.css"/>
<meta content="Thought: to be continued | ewy.one" property="og:title" />
<meta content="Testing out content." property="og:description" />
<meta content="https://blog.ewy.one/entry/to-be-continued" property="og:url" />
<meta content="#3E3B37" data-react-helmet="true" name="theme-color" />
</head>
<body>
<header>
<h1>On what this website is supposed to be.</h1>
</header>
<main>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,
sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<aside>
This is an aside. It serves as extra information that shouldn't distract you
from the main text.
</aside>
<details>
<summary>A short introduction to the details tag</summary>
The summary tag only displays it's child summary tag by default. However, on
interaction, it will expand and display the child elements as well. The element
usually has an arrow pointing towards it to indicate foldability.
</details>
</main>
<footer>
<a href="/"><< Return</a>
</footer>
</body>
</html>
|