-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.45 KB
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"/>
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<link rel="stylesheet" href="css/index.css"/>
</head>
<body>
<div data-role="page" id="main-page">
<div data-role="header" align="center">Discounter Preisvergleich</div>
<div data-role="content">
<fieldset class="ui-grid-a">
<div class="ui-block-a">
<a href="" data-role="button" class="bigbuttonMultiLine">Discounter <br/> Suche</a>
</div>
<div class="ui-block-b">
<a href="" data-role="button" class="bigbutton" data-theme="c">Markensuche</a>
</div>
</fieldset>
<fieldset class="ui-grid-a">
<div class="ui-block-a">
<a href="" data-role="button" class="bigbutton" data-theme="c">Einkaufsliste</a>
</div>
<div class="ui-block-b">
<a href="" data-role="button" class="bigbuttonMultiLine" data-theme="c">Gespeicherte <br/> Listen</a>
</div>
</fieldset>
</div>
</div>
</body>
</html>