align: классовый app.py, static/, Dockerfile как в шаблоне

This commit is contained in:
2026-06-13 11:45:04 +04:00
parent bbf65527b1
commit 96d85189c1
4 changed files with 42 additions and 13 deletions
+2 -4
View File
@@ -2,11 +2,9 @@
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contracts App</title>
<style>
body { font-family: sans-serif; max-width: 600px; margin: 100px auto; text-align: center; }
h1 { color: #333; }
</style>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
</head>
<body>
<h1>Contracts App 🚀</h1>