diff --git a/templates/index.html b/templates/index.html index 3235c9e76ca30a4f4cf41a87ea53ba8fee55ee3f..c4a53438676121e35b4bebd3ee73d10dd2a2a0a9 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 %}