diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 08:31:33 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 08:31:33 +0000 |
commit | 09e8cbf0c90f04e07d4c56a1349b325f894f6008 (patch) | |
tree | 16026cb894babc0e478e653698ae81a4bbe84d75 | |
parent | 234e4eda5cca25ae85b05ec94fd2c32fd08aeaf3 (diff) |
Tue, Jul 9, 2024, 1:31 AM -07:00
-rw-r--r-- | wk9/lect/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wk9/lect/index.html b/wk9/lect/index.html new file mode 100644 index 0000000..1bfdc87 --- /dev/null +++ b/wk9/lect/index.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> + +<html lang="en"> + <head> + <meta name="viewport" content="initial-scale=1, width=device-width"> + <title>hello</title> + </head> +</html> |