diff options
author | James Pannacciulli <jpnc@jpnc.info> | 2023-11-03 17:43:18 -0400 |
---|---|---|
committer | James Pannacciulli <jpnc@jpnc.info> | 2023-11-03 17:43:18 -0400 |
commit | 3f7b09161e916b0381bd3e3a906ac82b13b44726 (patch) | |
tree | d45c921273faa526c4c3c4c539c78bf3ea7a4867 /seagl2023/k8s.jp.net/example01/html/index.html | |
parent | 1e58dd1bb4ea83542571dd520a871ad9a29bc613 (diff) | |
download | simple_sites.k8s.examples-main.tar.gz simple_sites.k8s.examples-main.tar.bz2 |
Diffstat (limited to 'seagl2023/k8s.jp.net/example01/html/index.html')
-rw-r--r-- | seagl2023/k8s.jp.net/example01/html/index.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/seagl2023/k8s.jp.net/example01/html/index.html b/seagl2023/k8s.jp.net/example01/html/index.html deleted file mode 100644 index 695a270..0000000 --- a/seagl2023/k8s.jp.net/example01/html/index.html +++ /dev/null @@ -1,14 +0,0 @@ -<html> - <head> - <title>woah!</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <style type = "text/css"> - body { - background-color: lightgreen; - } - </style> - </head> - <body> - <center><p style="color: #F5F; font-size: 22vh; text-shadow: 6px 6px #548abb;"><img src="seagl.left.png" style="display: inline;">the second example!<img src="seagl.right.png" style="display: inline;"></p></center> - </body> -</html> |