diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-09-28 07:52:38 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-09-28 07:52:38 -0400 |
| commit | 822c11b1e3d9176a2f2c773d06514224a8374868 (patch) | |
| tree | 4a9cae365c59cf848389e2de84d8fa445fbc5cb5 | |
| download | frankspringyshoes-822c11b1e3d9176a2f2c773d06514224a8374868.tar.gz frankspringyshoes-822c11b1e3d9176a2f2c773d06514224a8374868.tar.bz2 frankspringyshoes-822c11b1e3d9176a2f2c773d06514224a8374868.zip | |
Inital commit
| -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..2bc621f --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<html> + <head> + <title>Frank's Springy Shoes</title> + </head> + <body> + <h1>Frank's Springy Shoes</h1> + <p>The innovate product since the iPhone.</p> + </body> +</html> |
