upload angepasst
This commit is contained in:
parent
b3001de67b
commit
387bc056b9
1 changed files with 4 additions and 9 deletions
|
|
@ -1,12 +1,6 @@
|
||||||
<!DOCTYPE html>
|
{% extends "base.html" %}
|
||||||
<html lang="en">
|
|
||||||
<head>
|
{% block content %}
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Datei hochladen</title>
|
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="form-container">
|
<div class="form-container">
|
||||||
<h2>Datei hochladen</h2>
|
<h2>Datei hochladen</h2>
|
||||||
|
|
||||||
|
|
@ -25,3 +19,4 @@
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue