aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..ce95d2a
--- /dev/null
+++ b/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="css/style.css">
+ <script src="js/script.js"></script>
+ <title>Taamas' Mainpage</title>
+</head>
+<body onload="createSearchQMs('urls');">
+ <header>
+ <h1>Taamas' mainpage</h1>
+ </header>
+ <section id="qms" class="searches"/>
+</body>
+</html>