-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.htm
42 lines (36 loc) · 1.06 KB
/
default.htm
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
<html>
<head>
<meta http-equiv="Refresh" content="5; URL=main.html">
<meta name="Fountdations of Information Science" content="Fondations of Information Science">
<meta name="keywords"
content="FIS, Foundations, Information, Science, Evolution, System Therorie, Biology, Physics">
<title>Welcome to the website of Foundations of Information Science</title>
</head>
<body topmargin="8" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<table border="0" width="100%" height="85%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<div align="center">
<center>
<table border="0" width="770" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center">
<p align="center">
<a href="main.html"><img src="images/startimage.jpg" alt="startimage.jpg"
WIDTH="600" HEIGHT="400"></a>
</td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</center>
</div>
<script>
// redirect to main.html
window.location.href = "main.html";
</script>
</body>
</html>