aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorericmarin <maarin.eric@gmail.com>2025-11-01 18:08:02 +0000
committereric.marin <maarin.eric@gmail.com>2025-11-01 19:21:57 +0100
commit177775671511c8777bdd078b545558f90a21b7cd (patch)
tree46e8b56e40fdcd549c486bc94ef3b45fddfde8fb /index.html
downloadwww.ericmarin.dev-177775671511c8777bdd078b545558f90a21b7cd.tar.gz
www.ericmarin.dev-177775671511c8777bdd078b545558f90a21b7cd.zip
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
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>