-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (27 loc) · 966 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
<!DOCTYPE html>
<html>
<head>
<title> FAC Fruit shop </title>
<link rel="stylesheet" href="./style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<header>
<div id="header">
<h5>FAC Fruit shop</h5>
</div>
</header>
<body>
<section id="shop">
<div id="fruitName"><div id="image"></div></div>
</section>
</body>
<footer>
<h2>Sources:</h2>
<li>Wikipedia <a href="https://en.wikipedia.org/wiki/Alan_Turing" target="_blank">Alan Turing</a></li>
<li>Tuxar <a href="https://tuxar.uk/turing/timeline/" target="_blank">Timeline</a></li>
<p>Site by Ruslan Sanakoev <a href="https://github.com/russodelsur" target="_blank">Link to Github</a></p>
</footer>
<script src="app.js"></script>
</html>
<img id='header' src="https://i0.wp.com/post.greatist.com/wp-content/uploads/sites/2/2021/10/GRT-bananas-spiral-circle-1296x728-header.jpg?w=1155&h=1528" alt="Bananas"></img>