-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (32 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="/resources/images/favicon.png">
<title>We will miss you<3 </title>
<link rel="stylesheet" href="/resources/css/styles.css"/>
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
</div>
</nav>
<div class="container-fluid">
<div class="container xd-container">
<div>
<div class="col-md-8">
<img class="img-responsive" height="720px" src="resources/images/left.png"
/>
<img src='/search?searchText=http://65.108.146.8/right.png' height="720px"/>
</div>
</div>
</div>
</div>
<script src="/webjars/jquery/jquery.min.js"></script>
<script src="/webjars/jquery-ui/jquery-ui.min.js"></script>
<script src="/webjars/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>