aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-04-20 10:36:55 +0200
committerHampusM <hampus@hampusmat.com>2021-04-20 10:36:55 +0200
commit5bbbbad5f192afba603892d6b46aa53be4e71b18 (patch)
tree50b15dad6c3cdb66291bd2846ded505bd75cd359 /src/index.html
parent15992970bc9d3eec402f6d85e40236e3095f0fc0 (diff)
Moved most of the page to js, added settings & removed a bunch of hardcoded stuff
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/index.html b/src/index.html
deleted file mode 100644
index 0c607b3..0000000
--- a/src/index.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="scss/style.scss">
- <script type="text/javascript" src="js/app.js"></script>
- </head>
- <body>
- <div class="container-fluid px-0">
- <div class="row mx-0">
- <div class="col ms-4 mt-2" id="header">
- <a id="title" class="fs-1" href="/">HampusMat's Git Repository</a>
- <p id="about">The source code of various of my projects</p>
- </div>
- </div>
- <div class="row mx-0 mt-5">
- <div id="projects-header" class="col ms-5">
- <p class="fs-2">Projects</p>
- </div>
- <div id="projects-search" class="col d-flex justify-content-end">
- <form>
- <input type="search" name="q">
- <input type="submit" value="Search">
- </form>
- </div>
- </div>
- <div class="row mx-0">
- <div class="col ms-5">
- <ul id="repos"></ul>
- </div>
- </div>
- </div>
- </body>
-</html> \ No newline at end of file