forked from trosane/git-started
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 701 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (23 loc) · 701 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
<meta name="author" content="Dimi">
<meta name="description" content="fry from futurama">
<title>test site</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<h1>test site</h1>
<img src="img/Fry.jpg">
<p>first site that I made
</p>
<br/>
<p> not that great
<a href="http://futurama.wikia.com/wiki/Futurama_Wiki">Futurama</a>
</p>
<a href="https://newskysecurity.com">link to creators company website</a>
</body>
</html>