Вёрстка

This commit is contained in:
Anton Kamalov
2024-10-24 00:26:01 +03:00
parent ae6d4f2ca4
commit caa21d25ff
7 changed files with 90 additions and 14 deletions

View File

@@ -3,9 +3,10 @@
<head>
<meta charset="UTF-8">
<title>Успешно</title>
<link href="static/css/main.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1>До свидания!</h1>
<button><a href="{{ url_for('index') }}">На главную страницу</a></button>
<h2>До свидания!</h2>
<a href="{{ url_for('index') }}"><button>На главную страницу</button></a>
</body>
</html>