-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.html
More file actions
30 lines (30 loc) · 1.89 KB
/
install.html
File metadata and controls
30 lines (30 loc) · 1.89 KB
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
<!DOCTYPE html>
<html class="whlitmlp idc0_344" lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="title" content="Arcade Classics - Install" />
<meta name="description" content="Welcome to Arcade Classics - a free browser extension with 9 games to play!" />
<meta name="keywords" content="game, fun, browser, chrome-extension, extension, arcade, classic, arcade-classics" />
<meta name="author" content="Hugo Maxted (https://github.com/Hugo-Maxted)" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://arcade-classics.github.io/" />
<meta property="og:title" content="Arcade Classics - Install" />
<meta property="og:description" content="Welcome to Arcade Classics - a free browser extension with 9 games to play!" />
<meta property="og:image" content="icon.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://arcade-classics.github.io/" />
<meta property="twitter:title" content="Arcade Classics - Install" />
<meta property="twitter:description" content="Welcome to Arcade Classics - a free browser extension with 9 games to play!" />
<meta property="twitter:image" content="icon.png" />
<link href="main.css" rel="stylesheet" />
<link rel="icon" href="icon.png" />
<title>Arcade Classics - Install</title>
</head>
<script>
if (navigator.userAgent.toLowerCase().indexOf("firefox") > -1) window.location.href = "https://addons.mozilla.org/en-US/firefox/addon/arcade-classics/";
else window.location.href = "https://chrome.google.com/webstore/detail/arcade-classics/gokcmhknbfbkchaljcbjloaebnoblcnd";
</script>
</html>