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
|
<?php require("counter.php"); ?> <html> <head> <title>Explorer-island</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="css/style.css" type="text/css"> <meta name="description" content="Explorer-island"> <meta name="keywords" content="Explorer-island"> <meta name="ROBOTS" content="ALL"> <meta name="distribution" content="»´ä,Hong Kong"> <meta name="copyright" content="Explorer-island"> <meta name="rating" content="general"> <meta name="WEBCRAWLERS" content="ALL"> <meta name="SPIDERS" content="ALL"> <meta name="REVISIT-AFTER" content="7 DAYS"> <meta name="author" content="One Solution Limited">
</head> <frameset rows="*" cols="*" frameborder="no" border="0" framespacing="0" scrolling="yes" > <frame src="en/index.php" scrolling="yes" noresize="noresize" id="topFrame"/> </frameset>
</html>
|