-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
executable file
·61 lines (49 loc) · 1.83 KB
/
index.php
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
55
56
57
58
59
60
61
<?php session_start();?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>CPrice</title>
<link rel="stylesheet" type="text/css" href="../../ext4/resources/css/ext-neptune.css" />
<link rel="stylesheet" type="text/css" href="assets/js/statusbar/css/statusbar.css" />
<link rel="stylesheet" href="assets/css/design.css">
<script type="text/javascript" src="../../ext4/ext-all-debug.js"></script>
<script type="text/javascript" src="../../ext4/ext-theme-neptune.js"></script>
<script type="text/javascript" src="../../ext4/examples/ux/statusbar/ValidationStatus.js"></script>
<script type="text/javascript" src="appInit.js"></script>
<script src="assets/js/jquery-1.10.min.js"></script>
</head>
<body>
<div id="signButton">
<p id="textButton"><font face="fantasy" size ="5">Sign In From Here</font></p>
</div>
<td style="position: relative;">
<div style="position: absolute;left: 100px;top:100px;" class="misenforme" >
<h1>
<font size="5" color =#787878 face="fantasy">
Share your catalog
</font>
</h1>
<font size="4" color ="gray" face="fantasy" height=2em>
Put your catalogs for describing products in <br/>
CPrice and see some statistics about client <br/>
consultations to other competitor supermarkets.
</font>
</div>
</td>
<td style="position: relative;">
<div style="position: absolute;right: 100px;bottom:50px;" class="misenforme">
<h1>
<font size="5" color =#787878 face="fantasy">
Report promotions
</font>
</h1>
<font size="4" color ="gray" face="fantasy">
Report new promotions with specific features,<br/>
check outdated ones.Everything's automatically<br/>
private, so you control who sees what
</font>
</div>
</td>
</body>
</html>