-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew.html
41 lines (40 loc) · 2.06 KB
/
new.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
38
39
40
41
<html>
<head>
<title>TASK-3</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="newstyle.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<div class="container">
<header>
<ul class="top">
<li><a href="#home">Home |</a></li>
<li><a href="#news">News |</a></li>
<li class="has-subs"><a href="">Dropdown-1 |</a>
<ul class="dropdown">
<li class="subs"><a href="#">Link 1</a></li>
<li class="subs"><a href="#">Link 2</a></li>
<li class="subs"><a href="#">Link 3</a></li>
</ul>
</ul>
<h1><br>Your Website</h1>
<h2>YOUR TAG LINE HERE !</h2>
</header>
<p>Welcome to our website, a web template from <i><strong>Venturesity</strong></i>. This template is completely <strong>free</strong> to use. This is a free template. This is a free template.</p>
<p> Enjoy your free template. You can edit this template freely without any worries. See the read me file for more information.</p>
<p><a href="#" class="button button-large">Contact us</a></p>
<div class="social-icons">
<a href="#"><i class="fa fa-snapchat fa-2x"></i></a>
<a href="#"><i class="fa fa-facebook-square fa-2x"></i></a>
<a href="#"><i class="fa fa-twitter-square fa-2x"></i></a>
<a href="#"><i class="fa fa-youtube-square fa-2x"></i></a>
<a href="#"><i class="fa fa-instagram fa-2x"></i></a>
</div>
<footer>
<p>FOOTER HERE PLEASE.</p>
</footer>
</div>
</div></body>
</html>