Skip to content

Commit 1f6adc4

Browse files
Update index.html
1 parent a00b945 commit 1f6adc4

1 file changed

Lines changed: 65 additions & 9 deletions

File tree

youtube/index.html

Lines changed: 65 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,71 @@
11
<!doctype html>
22
<html>
3-
<head>
4-
<meta charset="UTF-8">
5-
<title>Home</title>
3+
<head>
4+
<meta name="google-site-verification" content="OR0tpaDneAWVCq8pRGcWJvF4hd1RoAhSjPcvuRdoE0w" />
5+
<meta charset="UTF-8">
6+
<meta name="description" content="Official website of the KittenFilms YouTube channel">
7+
<meta name="author" content="Noah S. Davidson">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<meta name="keywords" content="KittenFilms, @KITTENFILMSmeow, YouTube, hike, brickfilm">
10+
<title>KITTEN FILMS/home</title>
11+
<link rel="icon" href="imeges/kitten_films.png" sizes="32x32">
12+
<link rel="stylesheet" href="styles.css" id="style">
613
</head>
7-
8-
<body>
14+
<body class="content">
15+
<script src="index.js"></script>
916
<center>
10-
<h1>
11-
Welcome to the website of the Kitten Films YouTube channle
12-
</h1>
13-
</center>
17+
<div class="cat">
18+
<img src="imeges/kitten_films.jpeg" width="92" height="71" alt="Logo"/>
19+
<table>
20+
<tbody>
21+
<tr>
22+
<td><a href="#">Home</a></td>
23+
<td>|</td>
24+
<td><a href="videos.html">Videos</a></td>
25+
<td>|</td>
26+
<td><a href="https://indd.adobe.com/view/publication/4c525846-1a46-4b48-85e7-cce1f1b00cae/1/publication-web-resources/pdf/kity_pictures.pdf" target="_blank">Cats</a></td>
27+
<td>|</td>
28+
<td><a href="contact.html?c=hello">Contact us</a></td>
29+
<td>|</td>
30+
<td><a href="settings.html">Settings</a></td>
31+
</tr>
32+
</tbody>
33+
</table>
34+
</div>
35+
<div >
36+
<h2>Welcome to the official KITTEN FILMS Youtube Channel website.
37+
Here you can watch videos and see pictures of our cats, and more!</h2>
38+
<!--<a href="imeges/kitten_films.png" download>Download<a/>-->
39+
<br>
40+
<hr>
41+
<h1>Meet the Davidsons</h1>
42+
<table width="1000" border="0">
43+
<tbody>
44+
<tr>
45+
<td width="495"><img src="imeges/scott.jpeg" width="500" height="371" alt="Image of Scott" class="im"/></td>
46+
<td width="495" class="imt">Scott</td>
47+
</tr>
48+
<tr>
49+
<td class="imt">Keriann</td>
50+
<td><img src="imeges/keriann.jpeg" width="500" height="363" alt="Image of Keriann" class="im"/></td>
51+
</tr>
52+
<tr>
53+
<td><img src="imeges/noah.jpeg" width="500" height="363" alt="Image of Noah" class="im"/></td>
54+
<td class="imt">Noah</td>
55+
</tr>
56+
<tr>
57+
<td class="imt">Enoch</td>
58+
<td><img src="imeges/enoch.jpeg" width="500" height="685" alt="Image of Enoch" class="im"/></td>
59+
</tr>
60+
</tbody>
61+
</table>
62+
</div>
63+
<!--Bottom bar-->
64+
<div class="bottom">
65+
<img src="imeges/bottom.png" alt="Footer" width="90%" usemap="#Map"/>
66+
<map name="Map">
67+
<area shape="circle" coords="54,50,40" href="https://www.youtube.com/@KITTENFILMSmeow" target="_blank">
68+
</map>
69+
</center>
1470
</body>
1571
</html>

0 commit comments

Comments
 (0)