mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
23 lines
869 B
HTML
23 lines
869 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>shapez.io Standalone</title>
|
|
|
|
<!-- mobile stuff -->
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<meta name="msapplication-tap-highlight" content="no" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no, viewport-fit=cover"
|
|
/>
|
|
<meta name="HandheldFriendly" content="true" />
|
|
<meta name="MobileOptimized" content="320" />
|
|
<meta name="theme-color" content="#393747" />
|
|
|
|
<!-- misc -->
|
|
<meta http-equiv="Cache-Control" content="private, max-age=0, no-store, no-cache, must-revalidate" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
</head>
|
|
<body oncontextmenu="return false" style="background: #393747;"></body>
|
|
</html>
|