Вёрстка
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user