forked from fikrcamp/HTML-Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 1.62 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>My Blog</title>
<link
href="//fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<!-- Add your HTML here -->
<div>
<header>
<h1>puntland-post</h1>
<ul>
<li>Home</li>
<li>About</li>
<li>contcat</li>
</ul>
</header>
</div>
<div class="1">
<h2>GARACAD SEAPORT</h2>
<img src="https://i.ytimg.com/vi/kWdO3bcJFkg/hqdefault.jpg" alt="Garacad Port" font-size=3opx/>
<p>this project entails the construction of a port at garacad coastal town. this private venture was undertaken with the approval of the
goverment and will open up the central somali regions and eastren ethobia for smooth trade with the rest of the world.</p>
</div>
<div class="2">
<h2>Investors</h2>
<img src="https://th.bing.com/th/id/OIP.WTdIVzDtPsMKYhAusjBLqAHaE7?pid=ImgDet&rs=1" alt="investors" font-size=30px/>
<p>The strategic location of gara'ad port enables central somalia and eastren ethobia regions more easily trade with
the rest of the world. we encorage the investors to utulize this apportunity.</p>
</div>
<div>
<footer>
<h4>Iftin Plaza, Ground, 1st and 2nd floor,
Galkaio, Puntland, Somalia.</h4>
</footer>
</div>
</body>
</html>