-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (35 loc) · 2.01 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
27
28
29
30
31
32
33
34
35
36
37
38
39
<!-- index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Steam.Design Center Text</title>
<meta name="keywords" content="steam, profile, crop, steam profile, background crop, background crop tool, background, backgrounds, valve, steamdesign, design, text, center, steam text center, showcase center, text showcase,">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="manifest" href="/manifest.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#12151a">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Steam.Design Center">
<meta name="description" content="Tool to center Steam profile text showcases. Make your profile awesome today!">
<meta name="application-name" content="Steam.Design Center">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="msapplication-TileColor" content="#12151a">
<meta name="theme-color" content="#12151a">
<meta property="og:title" content="Steam.Design Center">
<meta property="og:type" content="website">
<meta property="og:image" content="/SocialBanner.png">
<meta property="og:url" content="https://center.steam.design/">
<meta property="og:description" content="Tool to center Steam profile text showcases.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Steam.Design">
<meta name="twitter:description" content="Tool to center Steam profile text showcases.">
<meta name="twitter:image" content="/SocialBanner.png">
<meta name="twitter:url" content="https://center.steam.design/">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>