-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (43 loc) · 2.09 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0022)http://www.leanty.com/ -->
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Leanty</title>
<meta name="keywords" content="cloud, api, gateway, performance, circuit breaker, monitoring, routing, authentication, rate limits, filter, caching"/>
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale = 1.0, user-scalable = no">
<link href="./index_files/style.css" rel="stylesheet" type="text/css" media="screen">
<link href="./index_files/font-awesome.css" type="text/css" rel="stylesheet">
<link href="./index_files/css" rel="stylesheet" type="text/css">
<link href="./index_files/icons.css" rel="stylesheet">
<script type="text/javascript" src="./index_files/jquery.min.js"></script>
</head>
<body>
<div class="transy"></div>
<div class="wrapper">
<div class="centered">
<div class="header">
<img id="logo" src="./index_files/leanty-logo.png">
<div class="content">
<p>We are working on something very interesting!</p>
</div>
</div>
<div class="form">
<p>Feel free to spy</p>
<a href="http://treegateway.org"><img id="treegateway-logo" src="./index_files/treegateway-logo.png" width="200px"></a>
<!-- <a href="https://github.com/Leanty"><img id="github-logo" src="./index_files/github-logo.png" width="200px"></a> -->
</div>
</div>
</div>
<script type="text/javascript">
var placeholder = $("#test").val();
$("#test").keydown(function() {
if (this.value == placeholder) {
this.value = '';
}
}).blur(function() {
if (this.value == '') {
this.value = placeholder;
}
});
</script>
</body></html>