aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-04-16 23:05:12 +0200
committerHampusM <hampus@hampusmat.com>2021-04-16 23:05:12 +0200
commit0b41f38661d4ce3f90ad4df7cc5a17efae8352aa (patch)
treedefc5d71613985381dcd03eec081b6eb7b0629ca /src/index.html
parentef256e9e40b5fd0cc741c509e611808cc66bafad (diff)
Added basic backend code, two api endpoints & sanitization
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index db61949..1d91a18 100644
--- a/src/index.html
+++ b/src/index.html
@@ -2,6 +2,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="scss/style.scss">
</head>
<body>