diff options
author | Ben Burwell <ben@benburwell.com> | 2015-08-02 17:33:25 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-08-02 17:33:25 -0400 |
commit | 17470146704846137bf09723d403a5650208ba28 (patch) | |
tree | 798fb7c7f10282be06f85814e20ba062a9d6f635 /src/assets/thanks.html | |
parent | 3788738f88b3aed5ced113aa4c455a0d25d8b84e (diff) | |
parent | 3d0f989cee9d7c426c759588539dd06c14fa70ea (diff) |
Merge pull request #2 from benburwell/mvp
Minimum Viable Product
Diffstat (limited to 'src/assets/thanks.html')
-rw-r--r-- | src/assets/thanks.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/assets/thanks.html b/src/assets/thanks.html new file mode 100644 index 0000000..e6f6ff4 --- /dev/null +++ b/src/assets/thanks.html @@ -0,0 +1,11 @@ +<!doctype html> +<html lang="en"> + <head> + <title>Thanks for being awesome!</title> + </head> + <body> + <h1>You rock!</h1> + <p>Thanks for helping out the solfege project! You gain ∞ life points! :D</p> + <p><a href="/">Head home</a></p> + </body> +</html> |