diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..81a48af --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> +<title>First Web Page</title> +</head> +<body> + Hello World! +</body> +</html> |
