-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
26 lines (26 loc) · 1.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="apple-touch-icon-precomposed" sizes="192x192" href="https://shellcode.team/static/apple-icon-precomposed.png"/>
<link rel="icon" type="image/png" href="https://shellcode.team/static/favicon-32x32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="https://shellcode.team/static/favicon-16x16.png" sizes="16x16"/>
<meta name="application-name" content="Steam Text Center Tool"/>
<meta name="msapplication-TileColor" content="#121111"/>
<meta name="msapplication-TileImage" content="https://shellcode.team/static/ms-icon-144x144.png"/>
<meta name="theme-color" content="#121111"/>
<title>Steam Text Center Tool</title>
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:site" content="@shellcode_team"/>
<meta property="og:title" content="Steam Text Center Tool"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://center.shellcode.team/"/>
<meta property="description" content="A tool which automatically centers text for your Steam profile."/>
<meta property="og:description" content="A tool which automatically centers text for your Steam profile."/>
<meta property="og:image" content="https://shellcode.team/static/shellcode.png"/>
</head>
<body>
<div id="app"></div>
</body>
</html>