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>
|
|
<head>
|
|
<title>shapez.io - Build automated factories to build, combine and color shapes!</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" />
|
|
|
|
<!-- seo -->
|
|
<meta name="copyright" content="2020 Tobias Springer IT Solutions and .io Games" />
|
|
<meta name="author" content="Tobias Springer, tobias.springer1@gmail.com" />
|
|
<meta
|
|
name="description"
|
|
content="shapez.io is an open-source factory building game about combining and producing different types of shapes."
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="shapes, .io games, factorio, incremental, upgrades, base building, open source"
|
|
/>
|
|
<meta property="og:title" content="shapez.io" />
|
|
<meta
|
|
property="og:description"
|
|
content="shapez.io 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>
|