mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
47 lines
2.0 KiB
HTML
47 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" style="--ui-scale: 1.33;">
|
|
<head>
|
|
<title>shapez Demo - Factory Automation Game</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=5, shrink-to-fit=no, viewport-fit=cover"
|
|
/>
|
|
<meta name="HandheldFriendly" content="true" />
|
|
<meta name="MobileOptimized" content="320" />
|
|
<meta name="theme-color" content="#393747" />
|
|
|
|
<!-- seo -->
|
|
<meta name="copyright" content="2022 tobspr Games" />
|
|
<meta name="author" content="tobspr Games - tobspr.io" />
|
|
<meta
|
|
name="description"
|
|
content="shapez is a factory automation game about combining and producing different types of shapes. Build, optimize and grow your factory to finally automate everything!"
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="shapes, automation, factory, factorio, incremental, upgrades, base building"
|
|
/>
|
|
<meta property="og:title" content="shapez" />
|
|
<meta
|
|
property="og:description"
|
|
content="shapez is a fun factory base building game about combining shapes"
|
|
/>
|
|
<meta property="og:url" content="https://shapez.io/" />
|
|
<meta property="og:image" content="https://shapez.io/og_thumb.png" />
|
|
<meta property="og:image:type" content="image/png" />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<!-- misc -->
|
|
<meta http-equiv="Cache-Control" content="private, max-age=0, no-store, no-cache, must-revalidate" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
|
<link rel="canonical" href="https://shapez.io" />
|
|
</head>
|
|
|
|
<body oncontextmenu="return false" style="background: #393747;"></body>
|
|
</html>
|