old-website/beta/index.html

25 lines
683 B
HTML
Executable File

<html>
<head>
<title>Under Construction</title>
</head>
<style>
div {
width:760px;
margin:10px auto 10px auto;
padding:5px;
border:1px solid #cccccc;
}
</style>
<body>
<div>
<h1>Mission Statement</h1>
<blockquote>Why are we redesigning the website?</blockquote>
<p>We try to make it work faster... a lot faster. How is it going to be faster?
Hehe... You will see. Moreover, we will try to make it more usable. Not just for
spying the office or see the traffic stat. But it should be able to do more.</p>
<p>If you have any suggestion, please mail me at <b>jnopporn [at] csclub</b></p>
<p>A beta of what the <a href="home.php">home page is here</a></p>
</div>
</body>
</html>