-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbody.php
26 lines (24 loc) · 1.49 KB
/
body.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Halifax Canoe and Kayak</title>
<link rel="stylesheet" href="/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/image/favicon.ico">
</head>
<main>
<div class="cover">
<img src="/image/canoe.jpg" alt="Halifax Canoe and Kayak">
<div><p class="exp"> Best experience on Nova Scotia</p></div>
</div>
<div class="container">
<h2>Welcome to Nova Scotia</h2>
<div>
<p class="lead">Nova Scotia is a stunningly beautiful province in eastern Canada, known for its picturesque landscapes, friendly locals, and rich maritime history. One of the best ways to explore this region is through canoe and kayak travel, which allows visitors to experience the province's natural beauty up close and at their own pace. With hundreds of lakes, rivers, and coastal waters to choose from, there are endless opportunities for paddlers of all skill levels to explore Nova Scotia's rugged coastlines, tranquil lakes, and scenic rivers. Whether you're a seasoned kayaker or a novice looking to try something new, a canoe or kayak trip in Nova Scotia is an unforgettable adventure that is sure to leave you with lasting memories.</p>
</div>
</div>
</main>
</html>