-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhot.php
More file actions
66 lines (58 loc) · 2.95 KB
/
hot.php
File metadata and controls
66 lines (58 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?php include("path.php"); ?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ladoga</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--шапка-->
<?php include("app/include/header.php"); ?>
<!--main-->
<div class="container">
<div class="contanet row">
<div class="main-content col-md-9">
<h2>Горячие</h2>
<div class="post row">
<div class="img col-12 col-md-4">
<img src="images/karousel2.jpg" alt="" class="img-thumbnail">
</div>
<div class="post_text col-12 col-md-8">
<h3>
<a href="#">Блюдо1</a>
</h3>
<i class="">Горячее</i>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit...
</p>
<p style="text-align: center"><input type="button" class="button1" value="Добавить"><input type="button" class="button2" value="Убарть"></p> </p></p>
</div>
</div>
<div class="post row">
<div class="img col-12 col-md-4">
<img src="images/karousel2.jpg" alt="" class="img-thumbnail">
</div>
<div class="post_text col-12 col-md-8">
<h3>
<a href="#">Блюдо1</a>
</h3>
<i class="">Горячее</i>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit...
</p>
<p style="text-align: center"><input type="button" class="button1" value="Добавить"><input type="button" class="button2" value="Убарть"></p> </p></p>
</div>
</div>
</div>
</div>
</div>
<!--endmain-->
<!--FOOTER-->
<?php include("app/include/footer.php"); ?>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/cc81aa6e53.js" crossorigin="anonymous"></script>
</body>
</html>