This commit is contained in:
2023-04-19 12:50:49 +02:00
parent 916b750c65
commit bfd11c6d7d
3 changed files with 24 additions and 21 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Formularz</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<style>
/* styl dla całej strony */
body {
@@ -68,6 +69,7 @@ form button[type="submit"]:hover {
</style>
</head>
<body>
{% extends 'navbar.html' %}
<h1>Formularz tworzenia pliku konfiguracyjnego</h1>
<form method="POST" action="/api/createconf" enctype="multipart/form-data">
<label>Nazwa konfiguracji:</label><br>