-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
37 lines (36 loc) · 1.44 KB
/
news.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
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>Millenium Truckings | Home</title>
<meta charset="utf-8">
<link href="styles.css" type="text/css" rel="stylesheet">
</head>
<body>
<header class="header">
<h1><span id="diff_color">Millenium</span> Truckings</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about_us.html">About Us</a></li>
<li><a href="news.html"><span class="current">News</span></a></li>
</ul>
</nav>
</header>
<section>
<form>
<h4>Subcribe for our newsletter and keep yourself up-to-date.</h4>
<input type="email" name="usr_email" placeholder="Enter your email here">
<button type="submit">Subscribe</button>
</form>
</section>
<footer>
<ul>
<li><a href="https://www.facebook.com/"><img src="images/fp.png"></a></li>
<li><a href="https://www.twitter.com/"><img src="images/tw.png"></a></li>
<li><a href="https://www.google.com/"><img src="images/gplus.png"></a></li>
<li><a href="https://www.linkedin.com/"><img src="images/liin.png"></a></li>
</ul>
<p>Copyright 2019 © Reserved to Millenium Truckings LTD</p>
</footer>
</body>
</html>