This commit is contained in:
Webmaster 2006-06-15 21:33:56 +00:00
parent 8fdaced8a3
commit 6b177d25b8
1 changed files with 23 additions and 0 deletions

23
beta/index.html Executable file
View File

@ -0,0 +1,23 @@
<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>
</div>
</body>
</html>