summaryrefslogtreecommitdiff
path: root/entry/to-be-continued/index.html
diff options
context:
space:
mode:
authorEwout Wieten <ewout@ewy.one>2023-01-10 14:09:13 +0100
committerEwout Wieten <ewout@ewy.one>2023-01-10 14:09:13 +0100
commit26d498fb85ac1301fc0933d64250a0d48d3e0880 (patch)
treebeaaae1418439c45ab3e4bfba3f2dcdf2c6881cf /entry/to-be-continued/index.html
Initial commit
Diffstat (limited to 'entry/to-be-continued/index.html')
-rw-r--r--entry/to-be-continued/index.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/entry/to-be-continued/index.html b/entry/to-be-continued/index.html
new file mode 100644
index 0000000..6ee8e22
--- /dev/null
+++ b/entry/to-be-continued/index.html
@@ -0,0 +1,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> \ No newline at end of file