-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (18 loc) · 841 Bytes
/
index.html
File metadata and controls
48 lines (18 loc) · 841 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
Heading
</head>
<body>
<h4>
This is my heading
</h4>
<p1>
My image is from Day of the Dead on Google
</p1>
<p2>
I don't know what to write
</p2>
<img src = "http://www.goucher.edu/images/day_of_the_dead_skull.jpg" />
<a href= "https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0CCUQFjADahUKEwjzge3w3fLIAhUJYyYKHRaxB6k&url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FDay_of_the_Dead&usg=AFQjCNFlWip9CmWV592lXy3IquHogTA3pg&bvm=bv.106379543,d.cWw"> Click this link</a>
</body>
</html>