From 0c67e3f9486c3bb82f021b5190e3e0de4b71d8b7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 22 May 2022 09:39:51 +0000 Subject: [PATCH] support fallback website --- html/index.html | 1 + html/style/style.css | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 html/style/style.css diff --git a/html/index.html b/html/index.html index ea0fa13..7e4d058 100644 --- a/html/index.html +++ b/html/index.html @@ -6,6 +6,7 @@ Document + My first website diff --git a/html/style/style.css b/html/style/style.css new file mode 100644 index 0000000..a163442 --- /dev/null +++ b/html/style/style.css @@ -0,0 +1,4 @@ +img { + height: auto; + width: 100%; +} \ No newline at end of file