-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 900 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Examples</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Lintfree">
<meta name="description" content="Examples">
<meta name="keywords" content="Examples">
<link href="style2.css" type="text/css" rel="stylesheet">
</head>
<body>
<header> </header>
<main >
<h1>Examples</h1>
<article>
<p></p>
</article>
<aside></aside>
<section>
<table>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
</section>
<footer></footer>
<nav><a href="#" title="This is a link">Click here</a></nav>
</main>
</body>