have hello world running

This commit is contained in:
Peter Harpending
2025-09-16 15:50:31 -07:00
parent 71909e79b0
commit c63436e380
7 changed files with 1205 additions and 16 deletions
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>FEWD Hello!</title>
</head>
<body>
<h1>Hello world!</h1>
</body>
</html>