aboutsummaryrefslogtreecommitdiff
path: root/src/assets/index.html
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-02 17:31:36 -0400
committerBen Burwell <ben@benburwell.com>2015-08-02 17:31:36 -0400
commit3d0f989cee9d7c426c759588539dd06c14fa70ea (patch)
tree798fb7c7f10282be06f85814e20ba062a9d6f635 /src/assets/index.html
parent2cde3ec173c57d24e6fb8a31700a7db4eb31564d (diff)
let's get v1 going here
Diffstat (limited to 'src/assets/index.html')
-rw-r--r--src/assets/index.html25
1 files changed, 25 insertions, 0 deletions
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>