diff options
Diffstat (limited to 'wk8/lect/meta0.html')
-rw-r--r-- | wk8/lect/meta0.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wk8/lect/meta0.html b/wk8/lect/meta0.html new file mode 100644 index 0000000..4e24d3b --- /dev/null +++ b/wk8/lect/meta0.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> + +<html lang="en"> + <head> + <meta name="viewport" content="initial-scale=1, width=device-width"> + <title>meta</title> + </head> + <body> + I love cats; miau + </body> +</html> |