diff options
| author | Benjamin Culkin <bjculkin@focalor.home> | 2024-01-17 20:12:21 -0500 |
|---|---|---|
| committer | Benjamin Culkin <bjculkin@focalor.home> | 2024-01-17 20:12:21 -0500 |
| commit | 5ededf0d64c4b7994fb51db05c3e59ccbf905753 (patch) | |
| tree | 103e1d963b226dbf5d89dc486519b8272fd27438 /Components/Main.wo/Main.html | |
Initial commit
Diffstat (limited to 'Components/Main.wo/Main.html')
| -rw-r--r-- | Components/Main.wo/Main.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Components/Main.wo/Main.html b/Components/Main.wo/Main.html new file mode 100644 index 0000000..7f43a90 --- /dev/null +++ b/Components/Main.wo/Main.html @@ -0,0 +1,9 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<html> + <head> + <title>Untitled</title> + </head> + <body> +Hello World + </body> +</html> |
