diff options
author | Case Duckworth | 2022-05-19 11:49:53 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-19 11:49:53 -0500 |
commit | af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0 (patch) | |
tree | d5cfca7f6ce469b45bf4c38e4d53ae22d7bfff0a /src/shameless-self-promotion | |
download | hat-trick-af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0.tar.gz hat-trick-af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0.zip |
Initial commit
I'm doing content + generation in this ... who knows if it's smart, lol.
Diffstat (limited to 'src/shameless-self-promotion')
-rw-r--r-- | src/shameless-self-promotion/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/shameless-self-promotion/index.html b/src/shameless-self-promotion/index.html new file mode 100644 index 0000000..f4c5710 --- /dev/null +++ b/src/shameless-self-promotion/index.html | |||
@@ -0,0 +1,11 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title>Shameless self-promotion!</title> | ||
4 | </head> | ||
5 | <body> | ||
6 | <h1>shameless</h1> | ||
7 | <h2>self</h2> | ||
8 | <h3>promotion</h3> | ||
9 | <p>what can i say, i'm a cool guy.</p> | ||
10 | </body> | ||
11 | </html> | ||