-
Notifications
You must be signed in to change notification settings - Fork 0
/
buy.html
54 lines (36 loc) · 1.12 KB
/
buy.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<body>
<h1>Kolonial</h1>
<h2>Frukt og grønt</h2>
<input type="checkbox">Banan MAX<br>
<input type="checkbox">Eple<br>
<h2>Bakevarer</h2>
<input type="checkbox">Brød<br>
<input type="checkbox">Polarbrød<br>
<h2>Pålegg</h2>
<input type="checkbox">Kaviar<br>
<input type="checkbox">Majones<br>
<input type="checkbox">Salami<br>
<h2>Drikke</h2>
<input type="checkbox">Melk<br>
<input type="checkbox">Juice<br>
<input type="checkbox">Kefir<br>
<h2>Frokost / niste</h2>
<input type="checkbox">Rosiner<br>
<input type="checkbox">Yoghurt i pose og beger<br>
<input type="checkbox">Havrefras<br>
<input type="checkbox">Quaker crusli<br>
<input type="checkbox">All bran flakes<br>
<h2>Basisvarer</h2>
<input type="checkbox">Solsikkeolje, e.l.<br>
<input type="checkbox">Soyasaus<br>
<input type="checkbox">Balsamico<br>
<h2>Hygiene</h2>
<input type="checkbox">Tannbørster til barna<br>
<input type="checkbox">Tannkrem til barna<br>
<input type="checkbox">Bleier<br>
<h2>Diverse</h2>
<input type="checkbox">Sana-Sol<br>
</body>
</html>