-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
28 lines (25 loc) · 986 Bytes
/
Copy pathindex.php
File metadata and controls
28 lines (25 loc) · 986 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/style_index.css">
<title>Random Quotes</title>
</head>
<body>
<h1 class="header">Random Quotes</h1>
<div class="div_motivations left_div">
<p>quotes motivations</p>
<a href="./layouts/quotes.php?categorie=motivation"><img src="./images/quotes_motivations.png" class="img_motivations"></a>
</div>
<div class="div_films right_div">
<p>quotes films</p>
<a href="./layouts/quotes.php?categorie=movie"><img src="./images/quotes_films.png" class="img_films"></a>
</div>
<div class="div_series left_div" >
<p>quotes series</p>
<a href="./layouts/quotes.php?categorie=series"><img src="./images/quotes_series.png" class="img_series"></a>
</div>
</body>
</html>