-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1.14 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
<!DOCTYPE html>
<html lang="ru">
<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>garfield</title>
<link rel="stylesheet" href="./fonts/fonts.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header" id="header"></div>
<a href="#table">open comics</a>
<div class="content">
<table id="table">
<tr>
<td>
<p>i think ill go eating</p>
<img src="./g1.jpg" alt="cat">
</td>
<td>
<p>im eating</p>
<img src="./ge1.jpg" alt="cat">
</td>
</tr>
<tr>
<td>
<p>i ate</p>
<img src="./gfb.jpg" alt="cat" class = ate>
</td>
<td>
<p>jon is shocked</p>
<img src="./j1.jpg" alt="cat" class = jon>
</td>
</tr>
</table>
<a href="./p1.html">next page</a>