diff options
| author | seth <[email protected]> | 2022-07-23 03:16:09 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-07-23 03:28:18 -0400 |
| commit | 56b62c77c0ec5bee270e20119de68d918d28355b (patch) | |
| tree | 790cd46dc489eb5d156b0dfc9c0772963484eb1f /src/lul.html | |
| parent | ee762034d1d1662d76f62c9e10236bc7cc5ad371 (diff) | |
update
Diffstat (limited to 'src/lul.html')
| -rw-r--r-- | src/lul.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/lul.html b/src/lul.html new file mode 100644 index 0000000..26db043 --- /dev/null +++ b/src/lul.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <title>fard</title> + <! <meta name="description" content="yuh" /> > + <! <meta name="viewport" content="width=device-width, initial-scale=1" /> > + <link rel="stylesheet" href="css/guzzle.css" /> + </head> + <body> + <div id="vidya"> + <video width="1280" height="720" controls> + <source src="files/rickroll.webm" type="video/webm"> + </video> + </div> + </body> +</html> |
