-
Notifications
You must be signed in to change notification settings - Fork 0
/
3.html
31 lines (31 loc) · 1012 Bytes
/
3.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
<!DOCTYPE html>
<html>
<head>
<title>lynch. unofficial fansite</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>
<a href="index.html"><img src="img/logo.png" width="200px" alt="logo" /></a>
</h1>
<div id="grid">
<ul>
<li><a href="1.html">MEMBER</a></li>
<li><a href="2.html">DISCOGRAPHY</a></li>
<li><a href="3.html" id="active">VIDEO</a></li>
</ul>
<div id="article" style="font-family: 'Times New Roman', Times, serif">
<h2>VIDEO</h2>
<p style="margin-top: 25px; font-size: 20px">
<a href="https://www.youtube.com/channel/UCH4a3Uy6viB3eLuOqQY7sHA">
OFFICIAL YOUTUBE CHANNEL</a
>
</p>
</div>
</div>
<script src="java.js"></script>
</body>
</html>