-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 977 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
35
36
37
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Liv Sandin</title>
<style>
h1 {text-align: center; font-family:courier;}
p {text-align: center; font-family:courier;}
div {text-align: center; font-family:courier;}
</style>
</head>
<body>
<p>
<h1>UPPÅT VÄGGARNA</h1>
<p>
<a href="/posterrad1.jpg"><img src="/posterrad1.jpg" width="80%"></a>
</p><p>
<a href="/posterrad2.jpg"><img src="/posterrad2.jpg" width="80%"></a>
</p><p>
<a href="/posterrad3.jpg"><img src="/posterrad3.jpg" width="80%"></a>
</p>
<p>
GAMMALT och NYTT – MÅLAT och SYTT
</p><p>
av Liv Sandin
</p><p>
<a href="https://galleribellman.se">Galleri Bellman</a> – <a href="https://goo.gl/maps/f2cLsb73wpduczLM8">Bellmansgatan 9</a>
</p><p>
Vernissage fredag 26/11 kl. 14 – 18
</p><p>
Öppet kl. 13 – 18 t.o.m onsdag 1/12
</p>
</body>
</html>