summaryrefslogtreecommitdiffstats
path: root/seagl2023/k8s.jp.net/example00
diff options
context:
space:
mode:
authorJames Pannacciulli <jpnc@jpnc.info>2023-11-03 17:24:28 -0400
committerJames Pannacciulli <jpnc@jpnc.info>2023-11-03 17:24:28 -0400
commit1e58dd1bb4ea83542571dd520a871ad9a29bc613 (patch)
tree2a9353555b705d134f9c8177c0930924d7470bfa /seagl2023/k8s.jp.net/example00
downloadsimple_sites.k8s.examples-1e58dd1bb4ea83542571dd520a871ad9a29bc613.tar.gz
simple_sites.k8s.examples-1e58dd1bb4ea83542571dd520a871ad9a29bc613.tar.bz2
initial commit of possibly working code
Diffstat (limited to 'seagl2023/k8s.jp.net/example00')
-rw-r--r--seagl2023/k8s.jp.net/example00/Dockerfile2
-rw-r--r--seagl2023/k8s.jp.net/example00/html/index.html16
-rw-r--r--seagl2023/k8s.jp.net/example00/html/seagl.lounging.pngbin0 -> 54027 bytes
3 files changed, 18 insertions, 0 deletions
diff --git a/seagl2023/k8s.jp.net/example00/Dockerfile b/seagl2023/k8s.jp.net/example00/Dockerfile
new file mode 100644
index 0000000..f4f377c
--- /dev/null
+++ b/seagl2023/k8s.jp.net/example00/Dockerfile
@@ -0,0 +1,2 @@
+FROM nginx
+COPY html /usr/share/nginx/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>
diff --git a/seagl2023/k8s.jp.net/example00/html/seagl.lounging.png b/seagl2023/k8s.jp.net/example00/html/seagl.lounging.png
new file mode 100644
index 0000000..fd911e4
--- /dev/null
+++ b/seagl2023/k8s.jp.net/example00/html/seagl.lounging.png
Binary files differ