redy for deploy

This commit is contained in:
danamir
2020-05-10 04:59:27 +03:00
parent 95ff7ff8cf
commit 3ccde3705e
6 changed files with 64 additions and 30 deletions

View File

@@ -2,15 +2,23 @@
<meta charset="UTF-8">
<html lang="ru">
<head>
<link rel="stylesheet" href="css/nopage.css">
<link rel="stylesheet" href="{{ url_for('static', filename='css/nopage.css')}}">
<link href="https://fonts.googleapis.com/css?family=Pattaya&display=swap" rel="stylesheet">
{%include 'bootstrap.html'%}
<title>Жаль</title>
</head>
<body>
<div class="yesimg">
<h1>Жаль, я ждал свою Котю. </h1>
<div class="container-fluid">
<div class="row">
<img src="{{url_for('static', filename='img/bear.jpg')}}">
</div>
<div class="row">
<h1>Жаль, я ждал свою Котю.</h1>
</div>
<div class="row">
<button class="btn btn-primary" id="backbtn" onClick="window.location.href='{{ url_for( 'index' ) }}';">На главную</button>
</div>
</div>
</body>
</html>

View File

@@ -20,6 +20,9 @@
<div class="row">
<h2>Мы вместе {{days}} дней </h>
</div>
<div class="row">
<button class="btn btn-primary" id="backbtn" onClick="window.location.href='{{ url_for( 'index' ) }}';">На главную</button>
</div>
</div>
</body>