align: классовый app.py, static/, Dockerfile как в шаблоне
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user