-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_none.html
More file actions
45 lines (38 loc) · 1.29 KB
/
index_none.html
File metadata and controls
45 lines (38 loc) · 1.29 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Xiaoting Fu's Home Page</title>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body {font-size: 12pt; font-family: arial,helvetica}
</style>
</head>
<body>
<h1>Xiaoting Fu's Home Page</h1>
Welcome to my personal home page!<br />
<h3>Links to other SISSA pages:</h3>
<ul>
<li><a href="http://www.sissa.it/">SISSA Homepage</a></li>
<li><a href="http://people.sissa.it/">People Personal Home Pages</a></li>
<li><a href="http://www.itcs.sissa.it/">Information Technology and Computing Services</a></li>
<!--
<li><a href=""></a></li>
-->
</ul>
<h3>Some useful links:</h3>
<ul>
<li><a href="http://www.w3schools.com/">W3Schools: Online Web Tutorials</a></li>
<li><a href="https://developer.mozilla.org/docs">MDN: Mozilla Developer Network</a></li>
<li><a href="http://www.php.net/manual/">PHP Manual</a></li>
<li><a href="http://www.getfirefox.com/">Download Firefox</a></li>
<!--
<li><a href=""></a></li>
-->
</ul>
<hr />
<address>
Contact: <a href="mailto:xtfu@sissa.it">xtfu@sissa.it</a> - Last modified: 17/01/2014
</address>
</body>
</html>