diff options
Diffstat (limited to 'wk8/lect/meta1.html')
-rw-r--r-- | wk8/lect/meta1.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wk8/lect/meta1.html b/wk8/lect/meta1.html new file mode 100644 index 0000000..7e4ced4 --- /dev/null +++ b/wk8/lect/meta1.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> + +<html lang="en"> + <head> + <meta property="og:title" content="CS50"> + <meta property="og:description" content="wow descript"> + <meta property="og:image" content="K2red.jpg"> + <title>meta</title> + </head> + <body> + I love cats; miau + </body> +</html> |