diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-01-04 02:35:22 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-01-04 02:35:22 +0100 |
commit | 991054675e7a1b2f1525e606a489560b64bdbdc5 (patch) | |
tree | 6e7994603373426dcf1efcdd841a5f44ce3a0b72 /index.html | |
download | mainpage-991054675e7a1b2f1525e606a489560b64bdbdc5.tar.gz mainpage-991054675e7a1b2f1525e606a489560b64bdbdc5.zip |
Created the repo.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
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> |