diff options
| author | HampusM <hampus@hampusmat.com> | 2021-04-16 23:05:12 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2021-04-16 23:05:12 +0200 |
| commit | 0b41f38661d4ce3f90ad4df7cc5a17efae8352aa (patch) | |
| tree | defc5d71613985381dcd03eec081b6eb7b0629ca /src | |
| parent | ef256e9e40b5fd0cc741c509e611808cc66bafad (diff) | |
Added basic backend code, two api endpoints & sanitization
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.html | 1 |
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> |
