-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 934 Bytes
/
index.html
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">
<title>Quote of the Day</title>
<link rel="short icon" href="Photos/icon.png">
<link rel="stylesheet" href="cssFiles/style.css">
<link rel="stylesheet" href="cssFiles/fonts.css">
</head>
<body>
<header id="header" class="header">
<div class="container">
<a href="index.html" class="logo"><h1>«Quote»</h1></a>
</div>
<a href="quoteRequest.html"><button class="button">Request a quote</button></a>
</header>
<body id="body" class="bodyMain">
<div class="bodyBox">
<p class="mainText">«Lorem ipsum kvas tarasov kvas tara kvas tarasov kvas tara»</p>
<div class="author">
<p>Bochar Max</p>
</div>
</div>
</body>
</body>
</html>