splatoon2.ink/public/index.html
2018-07-31 12:14:27 -07:00

33 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Splatoon 2 Map Schedules</title>
<meta name="description" content="Splatoon 2 map rotation, upcoming Salmon Run schedules, SplatNet gear, and Splatfest info.">
<meta property="og:title" content="Splatoon 2 Map Schedules">
<meta property="og:description" content="Current/upcoming maps and Salmon Run schedules.">
<meta property="og:image" content="https://splatoon2.ink/apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Splatoon2.ink">
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-config" content="/browserconfig.xml">
<link rel="mask-icon" href="<%= BASE_URL %>safari-pinned-tab.svg" color="#ff470f">
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico">
<meta name="theme-color" content="#cccccc">
<% if (process.env.VUE_APP_GOOGLE_ANALYTICS_ID) { %>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=<%= VUE_APP_GOOGLE_ANALYTICS_ID %>"></script>
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', '<%= VUE_APP_GOOGLE_ANALYTICS_ID %>');</script>
<% } %>
</head>
<body>
<div id="app"></div>
</body>
</html>