diff options
Diffstat (limited to 'site/index.html')
-rw-r--r-- | site/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..1abf5a9 --- /dev/null +++ b/site/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>🏠Home of crupest</title> +</head> + +<body> + Hello world! +</body> + +</html>
\ No newline at end of file |