summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-11-30 22:52:54 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-11-30 22:52:54 -0500
commite9751f6b180762d9e5a67c4b2a00155b56a708bf (patch)
tree0b55e045a8838f7b11d1c93772a28c7101cc787a /posts
parent015c3a1d7cd0a1f68e70bf3e1254ec541ea16ae5 (diff)
download53hor-e9751f6b180762d9e5a67c4b2a00155b56a708bf.tar.xz
53hor-e9751f6b180762d9e5a67c4b2a00155b56a708bf.zip
interesting posts, finished make post, fixed index
Diffstat (limited to 'posts')
-rw-r--r--posts/interesting/2020-11-30-titanic's-last-signals.html79
1 files changed, 79 insertions, 0 deletions
diff --git a/posts/interesting/2020-11-30-titanic's-last-signals.html b/posts/interesting/2020-11-30-titanic's-last-signals.html
new file mode 100644
index 0000000..5803ab5
--- /dev/null
+++ b/posts/interesting/2020-11-30-titanic's-last-signals.html
@@ -0,0 +1,79 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <link rel="stylesheet" href="/includes/stylesheet.css" />
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta
+ property="og:description"
+ content="The World Wide Web pages of Adam Carpenter"
+ />
+ <meta property="og:image" content="/includes/images/logo_diag.png" />
+ <meta property="og:site_name" content="53hor.net" />
+ <meta property="og:title" content="Titanic's Last Signals" />
+ <meta property="og:type" content="website" />
+ <meta property="og:url" content="https://www.53hor.net" />
+ <title>53hornet ➙ Titanic's Last Signals</title>
+ </head>
+
+ <body>
+ <nav>
+ <ul>
+ <li>
+ <a href="/">
+ <img src="/includes/icons/home-roof.svg" />
+ Home
+ </a>
+ </li>
+ <li>
+ <a href="/about.html">
+ <img src="/includes/icons/information-variant.svg" />
+ About
+ </a>
+ </li>
+ <li>
+ <a href="/software.html">
+ <img src="/includes/icons/git.svg" />
+ Software
+ </a>
+ </li>
+ <li>
+ <a href="/hosted.html">
+ <img src="/includes/icons/desktop-tower.svg" />
+ Hosted
+ </a>
+ </li>
+ <li>
+ <a type="application/rss+xml" href="/rss.xml">
+ <img src="/includes/icons/rss.svg" />
+ RSS
+ </a>
+ </li>
+ <li>
+ <a href="/contact.html">
+ <img src="/includes/icons/at.svg" />
+ Contact
+ </a>
+ </li>
+ </ul>
+ </nav>
+
+ <article>
+ <h1>Titanic's Last Signals</h1>
+ <p>
+ I forgot to post this back in April but 108 years ago, a chilling and
+ heroic conversation was had over the airwaves. This is a fascinating way
+ to hear the real conversations that took place the night the Titanic
+ went down with 1,496 souls.
+ </p>
+ <iframe
+ width="560"
+ height="315"
+ src="https://www.youtube.com/embed/FxRN2nP_9dA"
+ frameborder="0"
+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
+ allowfullscreen
+ ></iframe>
+ </article>
+ </body>
+</html>