30 lines
No EOL
510 B
HTML
30 lines
No EOL
510 B
HTML
<!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>
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
</body>
|
|
</html> |