-
Notifications
You must be signed in to change notification settings - Fork 0
/
link.html
43 lines (39 loc) · 1.73 KB
/
link.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
<!-- Sune Larsson 950903-7157 -->
<!-- Elliot Eriksson 001130-4672 -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="link.css">
<title>Document</title>
</head>
<body>
<div id="buttons">
<button type="button" onclick="window.close();">
Stäng fönster</button>
</div>
<div id="picture_links">
<p>
<h4> Länkar till bilderna: </h4>
<a href="http://wallpaperset.com/w/full/0/b/5/180191.jpg"
target="_blank" > Bakgrundsbild för spelsidan </a> <br>
<a href="https://i.ytimg.com/vi/rRUCCPSZNrk/maxresdefault.jpg"
target="_blank" > Bakgrundsbild för denna sida </a> <br>
<a href="https://www.flaticon.com/free-icon/
land_2238263?term=land&page=1&position=6&page=1&position
=6&related_id=2238263&origin=style"
target="_blank"> Land </a> <br>
<a href="https://www.flaticon.com/free-icon/
bread_3014502?term=bread&page=1&position=1&page=1&position
=1&related_id=3014502&origin=style"
target="_blank" > Bröd </a> <br>
<a href="https://www.flaticon.com/free-icon/
grain_575435?term=wheat&page=1&position=3&page=1&position
=3&related_id=575435&origin=tag"
target="_blank"> Vete </a> <br>
</p>
</div>
</body>
</html>