-
Notifications
You must be signed in to change notification settings - Fork 0
/
sourcescited.html
60 lines (55 loc) · 1.94 KB
/
sourcescited.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="https://assets.ltkcontent.com/images/7206/examples-of-culture_0066f46bde.jpg">
</head>
<header>
<link rel="stylesheet" href="stylesheet">
<center>
<nav>
<a href="index.html">Home</a>
<a href="page2.html">Clothing</a>
<a href="page3.html">Food</a>
<a href="page4.html"> Language</a>
<a href="page5.html"> Pets</a>
<a href="page6.html"> Hunting </a>
<a href="page7.html"> Family</a>
<a href="page8.html"> Heritage</a>
<a href="PiecesOfMeCultureProject.txt"> Notes </a>
<a href="https://github.com/Skelitin-JS/school-project"> Code Of Website</a>
<a href="toolsused.html"> Tools Used</a>
<a href="sourcescited.html"> Images</a>
</nav>
</center>
<style>
a:link, a:visited {
background-color: blueviolet;
color: white;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: darkorchid;
}
</style>
<style>
</style>
<style>
body {
background-image: url('https://www.redpoints.com/wp-content/uploads/2019/01/fashion.png');
background-repeat: no-repeat;
}
</style>
<title>
Citing
</title>
<h1>
Cited Sources:
</h1>
<h3>
All of the images found from quick Google searches such as "food"
</h3>
</header>
</html>