no page fix bugs
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<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'%}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Жаль</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user