no page fix bugs

This commit is contained in:
danamir
2020-05-10 19:57:08 +03:00
parent e3a710897f
commit b83056a22d
4 changed files with 24 additions and 34 deletions

View File

@@ -7,28 +7,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
{%include 'bootstrap.html'%}
<title>Да, ты Котя</title>
</head>
<body>
<div class="container-fluid">
<div class="row">
<img src="{{url_for('static', filename='img/love2.jpg')}}">
</div>
<div class="row ">
<h1>ТЬМООООООК</h1>
</div>
<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>
</html>