2019-09-19 08:13:37 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>IPv6 Penguin</title>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width, user-scalable=no, minimal-ui">
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<meta name="full-screen" content="yes" />
|
|
|
|
<meta name="screen-orientation" content="portrait" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style media='screen' type='text/css'>
|
|
|
|
*{
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
</style>
|
2019-12-09 03:09:21 +00:00
|
|
|
<style media='screen' type='text/css'>
|
|
|
|
@font-face {
|
|
|
|
font-family: font1;
|
|
|
|
src: url('assets/ISA.ttf');
|
|
|
|
font-weight:400;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
|
|
|
</style>
|
2019-09-19 08:13:37 +00:00
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2019-12-09 03:09:21 +00:00
|
|
|
<div style="font-family:font1; position:absolute; left:-1000px; visibility:hidden;">.</div>
|
|
|
|
|
|
|
|
<div id=sazzad-game>
|
|
|
|
</div>
|
2019-09-19 08:13:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|