From 3d0f989cee9d7c426c759588539dd06c14fa70ea Mon Sep 17 00:00:00 2001
From: Ben Burwell <ben@benburwell.com>
Date: Sun, 2 Aug 2015 17:31:36 -0400
Subject: let's get v1 going here

---
 src/assets/index.html  | 25 +++++++++++++++++++++++++
 src/assets/thanks.html | 11 +++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 src/assets/index.html
 create mode 100644 src/assets/thanks.html

(limited to 'src/assets')

diff --git a/src/assets/index.html b/src/assets/index.html
new file mode 100644
index 0000000..ada309b
--- /dev/null
+++ b/src/assets/index.html
@@ -0,0 +1,25 @@
+<!doctype html>
+<html lang="en">
+  <head>
+    <title>Solfege search</title>
+  </head>
+  <body>
+    <header>
+      <h1>Solfege search</h1>
+    </header>
+    <main>
+      <p>Enter some movable-do solfege syllables to search for:</p>
+      <p>
+        <form action="/search" method="get">
+          <input type="text" autofocus name="q">
+          <input type="submit" value="Search">
+        </form>
+      </p>
+      <p>The search engine will recognize different forms, such as ti and si, and will understand both <kbd>+</kbd> and <kbd>#</kbd> as sharp, and <kbd>-</kbd> and <kbd>b</kbd> as flat.</p>
+      <!-- ♯♭ -->
+    </main>
+    <footer>
+      <p>By <a href="https://www.benburwell.com/">Ben Burwell</a> | <a href="https://github.com/benburwell/solfege">GitHub</a> | &copy; 2015</p>
+    </footer>
+  </body>
+</html>
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 &infin; life points! :D</p>
+    <p><a href="/">Head home</a></p>
+  </body>
+</html>
-- 
cgit v1.2.3