From 5d820dcf7c1ff1fcd897c9c048245eb3a722d0bf Mon Sep 17 00:00:00 2001 From: mowoe <github@mowoe.com> Date: Fri, 26 Apr 2019 20:29:18 +0200 Subject: [PATCH] bt p --- templates/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 3235c9e..c4a5343 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,8 @@ <html> - <head></head> + <head> + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> + <link rel="stylesheet" href="/static/main.css"> + </head> <body> <form action="/submit" method="POST"> {% for quest in questions %} -- GitLab