-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMall.html
More file actions
47 lines (34 loc) · 1.19 KB
/
Mall.html
File metadata and controls
47 lines (34 loc) · 1.19 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mall</title>
<!-- JQuery -->
<script src="https://code.jquery.com/jquery.min.js"></script>
<!-- Material Design icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
crossorigin="anonymous">
<!-- Tether on vaja tooltip-de jaoks -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" crossorigin="anonymous"></script>
<!-- Stiilid -->
<link rel='stylesheet' href='css/Samas.css'>
<style></style>
<!-- script src=''></script -->
<script>
function alusta() {
}
</script>
</head>
<body onload="alusta()">
<div class='container-fluid'>
<div class='row'>
<div class='col-xs-12 col-sm-10 col-md-8 col-lg-8 col-xl-6'>
<div id='Tulemus'></div>
</div>
</div>
</body>
</html>