From 1e58dd1bb4ea83542571dd520a871ad9a29bc613 Mon Sep 17 00:00:00 2001
From: James Pannacciulli <jpnc@jpnc.info>
Date: Fri, 3 Nov 2023 17:24:28 -0400
Subject: initial commit of possibly working code

---
 seagl2023/k8s.jp.net/example00/html/index.html | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 seagl2023/k8s.jp.net/example00/html/index.html

(limited to 'seagl2023/k8s.jp.net/example00/html/index.html')

diff --git a/seagl2023/k8s.jp.net/example00/html/index.html b/seagl2023/k8s.jp.net/example00/html/index.html
new file mode 100644
index 0000000..e56fa18
--- /dev/null
+++ b/seagl2023/k8s.jp.net/example00/html/index.html
@@ -0,0 +1,16 @@
+<html>
+  <head>
+    <title>woah!</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <style type = "text/css">
+      body {
+        background-image: url("seagl.lounging.png");
+        background-repeat: repeat;
+      }
+    </style>  
+  </head>
+  <body>
+    <br>
+    <center><H1 style="color: #F5F; font-size: 28vh; text-shadow: 6px 6px #548abb;">greetings, earthlings of SeaGL</H1></center>
+  </body>
+</html>
-- 
cgit v1.2.3