summaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-16 21:05:31 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-16 21:05:31 +0200
commit2700d016843dddd53ff2a86fd39ce9aa2b7e5cd7 (patch)
treec1b5225198e45288d9e55646c9b9ea87467642df /src/index.html
parent608a68fba0caee7cb803c034957830d980a870c7 (diff)
downloadbiruda-2700d016843dddd53ff2a86fd39ce9aa2b7e5cd7.tar.gz
biruda-2700d016843dddd53ff2a86fd39ce9aa2b7e5cd7.tar.bz2
playing with embeddable web frontend
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..cd9b586
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,11 @@
+<html>
+ <head>
+ <title>biruda</title>
+ </head>
+
+ <body>
+ <p>
+ Welcome to biruda! Please state your wish..
+ </p>
+ </body>
+</html>