-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsolutions.html
64 lines (59 loc) · 1.81 KB
/
solutions.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
60
61
62
63
64
<!--Judge Madan-->
<!DOCTYPE html>
<html>
<head>
<title>Tech Bar</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/settings.css">
<link rel="shortcut icon" href="images/favicon.ico" type="image/icon">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="js/jquery.bxslider.js"></script>
</head>
<body>
<div>
<nav class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="index.html" style="width: 180px;"> <img src="images/panther.png" width="38"> ISB HS Tech </a>
<div class="nav-collapse">
<ul class="nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="members.html">About Us</a>
</li>
<li>
<a href="contact.html">Contact Us </a>
</li>
<li>
<a href="solutions.html">Tech Solutions</a>
</li>
<li>
<a href="community.html">Tech Drive </a>
</li>
<li>
<a href="techbar.html">Tech Bar</a>
</li>
<li>
<a href="softdev.html">Software Development</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div style="text-align:center;">
<img src="images/loading.gif" align="center" style="width:30%; vertical-align:middle;">
<p style="font-family:'HelveticaNeue-Light'; font-size: 30px; text-align:center;"> Redirecting to Old Solutions Page </p>
</div>
</div>
<!--
<iframe src='www.isbhstech.com' style="width:100%; height:calc(100% - 41px); position:absolute;">
Error. Please use a supported browser.
</iframe>
-->
<script>
window.setTimeout("location=('https://sites.google.com/a/students.isb.ac.th/hstech/tech-problems');",3500);</script>
</body>
</html>