This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (35 loc) · 1.99 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
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html>
<head>
<link rel="shortcut icon" href="favicon.ico">
<title>Link Portal</title>
<link rel="stylesheet" href="style/jquery.gridster.css">
<link rel="stylesheet" href="style/demo.css">
</head>
<body>
<h1>Link Portal</h1>
<div class="gridster">
<ul>
<li data-row="1" data-col="1" data-sizex="2" data-sizey="2" data-min-sizex="2" data-min-sizey="2" class="clickable" style="background-image: url('img/vmware.jpg'); background-color: #fff; background-size: contain; background-repeat: no-repeat; background-position: center;">
<a href="https://127.0.0.1/vsphere-client/"></a>
0
</li>
<li data-row="1" data-col="3" data-sizex="2" data-sizey="2" data-min-sizex="2" data-min-sizey="2" class="clickable" style="background-image: url('img/bitdefender.png'); background-color: #272425; background-size: contain; background-repeat: no-repeat; background-position: center;">
<a href="https://127.0.0.1/"></a>
1
</li>
<li data-row="1" data-col="5" data-sizex="2" data-sizey="2" data-min-sizex="2" data-min-sizey="2" class="clickable" style="background-image: url('img/emc.png'); background-color: #fff; background-size: contain; background-repeat: no-repeat; background-position: center;">
<a href="https://127.0.0.1/"></a>
2
</li>
<li data-row="3" data-col="1" data-sizex="2" data-sizey="2" data-min-sizex="2" data-min-sizey="2" class="clickable" style="background-image: url('img/apc.png'); background-color: #fff; background-size: contain; background-repeat: no-repeat; background-position: center;">
<a href="http://127.0.0.1/"></a>
3
</li>
</ul>
</div>
<script src="js/jquery-2.1.4.js"></script>
<script src="js/jquery.gridster.js"></script>
<script src="js/custom.js"></script>
</body>
</html>