-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (30 loc) · 1005 Bytes
/
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>
<title>Smart Studying System</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]}
});
</script>
<script type="text/javascript" src="/MathJax/MathJax.js?config=TeX-AMS_HTML-full"></script>
</head>
<body>
<center>
<img src="HKUST.jpg">
<H1>Welcome to LaLa, a Smart Learning System</H1>
<br><br>
Please <a href=test>login</a> with your HKUST ITSC account.
</center>
<div">
<center style="" class="link-wrap">
<p style=""><a style="" href="z.html">acknowledgement</a></p>
<p style="">contact:   [email protected]</p>
<p style="">IT Support:   [email protected]</p>
</center>
</div>
</body>
</html>