summaryrefslogtreecommitdiff
path: root/poem/index.html
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-03-31 12:36:00 +0000
committerRadiohotline <radiohotline@disroot.org>2026-03-31 12:36:00 +0000
commit4cb279a4d7f5649e00edda638dc97c51cb5bfd91 (patch)
treedda64568d010b57c48ef8bb96bb345aa517de1da /poem/index.html
parent117590d6d1a5370043bd56483c5a0f1465663cc2 (diff)
added temporary pages
Diffstat (limited to 'poem/index.html')
-rw-r--r--poem/index.html72
1 files changed, 72 insertions, 0 deletions
diff --git a/poem/index.html b/poem/index.html
new file mode 100644
index 0000000..d1b4b0c
--- /dev/null
+++ b/poem/index.html
@@ -0,0 +1,72 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta charset="unicode">
+ <meta name="description" content="The Weight of Comfort | Poetry, particularly freeverse">
+ <meta name="keywords" content="Personal, Music, Poetry, Art, Radiohotline, Teethinvitro, Moloch">
+ <meta name="author" content="Radiohotline">
+ <link href="../house.css" rel="stylesheet">
+ <title>Soft Machine | Poetry</title>
+ <style>
+ .c {
+ text-align: center;
+ }
+ .r {
+ text-align: right;
+ }
+ .date {
+ font-size: small; font-style: italic;
+ }
+
+ .main {
+ display: inline-flex;
+ flex-wrap: wrap;
+ justify-content: center;
+ flex-grow: none;
+ align-items: top;
+ align-self: flex-start;
+ gap: 20px;
+ }
+
+ .poem {
+ width: 450px;
+ padding-left: 20px;
+ padding-right: 20px;
+ padding-bottom: 20px;
+ vertical-align:top;
+ }
+
+
+ @media (max-width:900px) {
+ .poem {
+ width: 80vw;
+ }
+ }
+ </style>
+</head>
+<body class="art">
+ <div class="top">
+ <h1>Poetry</h1>
+ <h1 class="logo"><a href="index.html">Soft Machine</a></h1>
+ </div>
+ <nav>
+ <span>
+ <a href="about.html">about</a>&emsp;&emsp;
+ <a href="art.html">art</a>&emsp;&emsp;
+ <a href="music.html">music</a>&emsp;&emsp;
+ <a href="thoughts.html">thoughts</a>&emsp;&emsp;
+ <a href="muse.html">muse</a>&emsp;&emsp;
+ <a href="poetry.html">poetry</a>&emsp;&emsp;
+ <a href="library.html">library</a>&emsp;&emsp;
+ <a href="projects.html">projects</a>&emsp;&emsp;
+ <a href="links.html">links</a>&emsp;&emsp;
+ </span>
+ <hr>
+ </nav>
+
+ <p>hypertext poetry portal</p>
+
+ <p>working on little ideas</p
+</body>
+</html>