43 lines
1 KiB
HTML
43 lines
1 KiB
HTML
<html>
|
|
<head>
|
|
<title>FAQ</title>
|
|
<meta name="viewport" content="width=240">
|
|
<style>
|
|
body { margin:2px; }
|
|
#box { border-style:solid; border-width:2px; border-color:black; background-color:lightyellow; }
|
|
</style>
|
|
</head>
|
|
<body bgcolor=lightblue>
|
|
<font size="2">
|
|
<div id="box">
|
|
Q:The clock isn't working.<br>
|
|
A:Refresh the page.<br>
|
|
</div>
|
|
<br>
|
|
<div id="box">
|
|
Q:How do I add my link?<br>
|
|
A:Use the 'contact me' page.<br>
|
|
</div>
|
|
<br>
|
|
<div id="box">
|
|
Q:How do I register?<br>
|
|
A:You can't.<br>
|
|
</div>
|
|
<br>
|
|
<div id="box">
|
|
Q:My question is not here?<br>
|
|
A:Ask me in 'contact me'<br>
|
|
</div>
|
|
<br>
|
|
<div id="box">
|
|
Q:I go to a page and it says <a href="javascript:alert('The page you are looking for is temporarly unavailable. Please try again later.');">this</a>.<br>
|
|
A:Refresh it.<br>
|
|
</div>
|
|
<div id="box">
|
|
<br>
|
|
Q:I go to a page and it says <a href="javascript:alert('Default Web Site Page... OR 404 Not Found The server can not find the requested page...');">this</a>.<br>
|
|
A:Come back tommarow/later.<br>
|
|
</div>
|
|
</font>
|
|
</body>
|
|
</html>
|