-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb
More file actions
31 lines (30 loc) · 866 Bytes
/
web
File metadata and controls
31 lines (30 loc) · 866 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel ="stylesheet" href="web1.css">
<title>lib in't</title>
</head>
<body>
<div class="head" >
<div class="h-box1"> YMP</div>
<div class="h-box2">
<a href="" class="">Home</a>
<a href="" class="">About</a>
<a href="" class="">messages</a>
<a href="" class="">Event</a>
<a href="" class="">Contact</a>
</div>
</div>
<div class="welcome">
<div class="w-1">
<h1>Welcome To YMP</h1>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Optio
</p>
<div class="w-2">
<a href=""class="">NEW HERE</a>
<a href=""class="">LIVE STREM</a>
</div>
</div>
</div>
</body>
</html>