-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
42 lines (31 loc) · 1.12 KB
/
index.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
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shinchan Animation</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/fav.png" type="image/x-icon">
<script src="script.js"></script>
</head>
<body>
<div class="headimg">
<img src="img/head-img.jpg" alt="">
</div>
<nav>
<a href="https://www.google.com/">
<button>Visit Google</button>
<a class="button1" href="about.html" target="_blank"> About</a>
<a class="button2" href="comic.html" target="_blank"> Comic</a>
</a>
</nav>
<a href="https://www.google.com/">
<button></button>
</a>
<marquee scrollamount='38' direction="right">
<img class="image" width="15%" src="img/Boo.gif" alt="">
<img class="image" width="15%" src="img/shinchan.gif" alt="">
</marquee>
</body>
</html>