From 3d5bc2b3b16eb65da62b74c88f78e59f94ab773b Mon Sep 17 00:00:00 2001 From: Raymond Yang Date: Wed, 21 Jun 2023 13:48:11 +0800 Subject: [PATCH] first commit --- index.html | 36 ++++++++++++++++++++++++++++++++++++ login.html | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 index.html create mode 100644 login.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..bf68b4a --- /dev/null +++ b/index.html @@ -0,0 +1,36 @@ + + + + + + + Welcome to nginx! + + + + + + + +

Welcome to nginx!

+

If you see this page, the nginx web server is successfully installed and +working. Further configuration is required.

+ +

For online documentation and support please refer to +nginx.org.
+Commercial support is available at +nginx.com.

+ +

Thank you for using nginx.

+ + + diff --git a/login.html b/login.html new file mode 100644 index 0000000..1eea697 --- /dev/null +++ b/login.html @@ -0,0 +1,53 @@ + + + + + + + + Login + + +
+ +

+

+

+
+ + + + + + \ No newline at end of file