added static bootstrap, further tempalte clean up

This commit is contained in:
2025-04-06 18:49:09 +02:00
parent a4f8ed5aff
commit 7fa6f0a015
10 changed files with 37 additions and 126 deletions

View File

@@ -1,16 +1,5 @@
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<style>
.center {
margin: auto;
width: 60%;
border: 3px solid #90befb;
border: 3px solid #a5addb;
padding: 10px;
}
</style>
{% extends 'base.html' %}
{% block content %}
<div class="container text-left">
<h1>SFG Position Calculator</h1>
@@ -75,3 +64,4 @@
{{ ans }}
</div>
{% endblock %}