Initial commit

This commit is contained in:
2026-02-19 15:22:47 -05:00
commit 3b38f73030
21 changed files with 1375 additions and 0 deletions

43
htdocs/stream/index.html Normal file
View File

@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>eom.dev - Live Stream</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/common/default.css">
<link rel="icon" type="image/x-icon" href="/common/favicon.ico">
<body>
<h1>eom.dev</h1>
<h2>Live Stream</h2>
<a href="/">Home
</a> | <a href="/archive">Archive
</a> | <a href="/archive/Repositories">Repositories
</a> | <a href="/stream">Live Stream
</a> | <a href="/archive/Mail">Mailbox
</a> | <a href="/chat">Chat
</a> | <a href="/donate">Donate
</a>
<h3>Watch Eric Live</h3>
<p>
Powered by <a href="https://owncast.online/">Owncast</a>.
<br>
Recordings of previous streams are available in the <a href="/archive/Videos">archive</a>.
<br>
Post-stream discussions and comments should be submitted to the <a href="/archive/Mail">mailbox
</a>
or <a href="/chat">chat</a>
</p>
<iframe
src="https://owncast.eom.dev/embed/video"
title="Owncast"
height="600px" width="75%"
referrerpolicy="origin"
allowfullscreen></iframe>
<iframe
src="https://owncast.eom.dev/embed/chat/readwrite"
title="Owncast Chat"
height="600px" width="20%"></iframe>
</body>
<footer>
<p>© Eric O'Neill Meehan 2026</p>
</footer>
</html>