This commit is contained in:
2024-02-20 17:15:27 +08:00
committed by huty
parent 6706e1a633
commit 34158042ad
1529 changed files with 177765 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
FROM nginx:1.21-alpine
COPY html/ /usr/share/nginx/html/

View File

@@ -0,0 +1,2 @@
# hello-diamol-web

View File

@@ -0,0 +1,15 @@
<html>
<body>
<h1>
Hello from Chapter 2!
</h1>
<h2>
This is
<a
href="https://www.manning.com/books/learn-kubernetes-in-a-month-of-lunches"
>Learn Kubernetes in a Month of Lunches</a
>.
</h2>
<h3>By <a href="https://blog.sixeyed.com">Elton Stoneman</a>.</h3>
</body>
</html>