-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac3fb3e
commit d683cc0
Showing
11 changed files
with
610 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,52 @@ | ||
<!DOCTYPE html><html lang="en"> <head> <script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-129529119-1"></script> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta property="og:title" content="15-puzzle"> <meta property="og:description" content="The 15-puzzle (Game of Fifteen) is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing."> <meta property="og:url" content="https://15puzzle.netlify.com"> <meta property="og:image" content="apple-icon-180x180.ce6023f9.png"> <title>15 Puzzle</title> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="#57407c"> <meta name="apple-mobile-web-app-title" content="With Manifest"> <link rel="apple-touch-icon" sizes="57x57" href="apple-icon-57x57.c7df9d0f.png"> <link rel="apple-touch-icon" sizes="60x60" href="apple-icon-60x60.1c9552b0.png"> <link rel="apple-touch-icon" sizes="72x72" href="apple-icon-72x72.e98825e6.png"> <link rel="apple-touch-icon" sizes="76x76" href="apple-icon-76x76.dd21d491.png"> <link rel="apple-touch-icon" sizes="114x114" href="apple-icon-114x114.12757dc0.png"> <link rel="apple-touch-icon" sizes="120x120" href="apple-icon-120x120.c7598235.png"> <link rel="apple-touch-icon" sizes="144x144" href="apple-icon-144x144.9c1d6372.png"> <link rel="apple-touch-icon" sizes="152x152" href="apple-icon-152x152.c259a454.png"> <link rel="apple-touch-icon" sizes="180x180" href="apple-icon-180x180.ce6023f9.png"> <link rel="icon" type="image/png" sizes="192x192" href="android-icon-192x192.cf567ee1.png"> <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.7038d02b.png"> <link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.b441a26b.png"> <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.48376abf.png"> <link rel="manifest" href="manifest.1a627359.webmanifest" data-parceljs-ignore=""> <meta name="msapplication-TileColor" content="#57407c"> <meta name="msapplication-TileImage" content="ms-icon-144x144.9c1d6372.png"> <meta name="theme-color" content="#57407c"> <script>function e(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],e("js",new Date),e("config","UA-129529119-1"),"serviceWorker"in navigator&&navigator.serviceWorker.register("sw.js").then(function(){console.log("Service Worker Registered")});</script> <link rel="stylesheet" href="15Puzzle.b3ebf31c.css"></head> <body> <noscript> You need to enable JavaScript to run this app. </noscript> <div id="root"></div> <div id="portal"></div> <script src="15Puzzle.237ff42b.js"></script> </body> </html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-129529119-1"></script> | ||
<script>window.dataLayer = window.dataLayer || []; | ||
|
||
function gtag() { | ||
dataLayer.push(arguments); | ||
} | ||
|
||
gtag('js', new Date()); | ||
gtag('config', 'UA-129529119-1');</script> | ||
|
||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<meta property="og:title" content="15-puzzle"> | ||
<meta property="og:description" content="The 15-puzzle (Game of Fifteen) is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing."> | ||
<meta property="og:url" content="https://15puzzle.netlify.com"> | ||
<meta property="og:image" content="/apple-icon-180x180.0ced8f73.png"> | ||
<title>15 Puzzle</title> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="#57407c"> | ||
<meta name="apple-mobile-web-app-title" content="With Manifest"> | ||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.f5fbf70e.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.ab3cbe7c.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.0d89546d.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.86e05f74.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.65c23ba9.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.ee52261a.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.0fb9543c.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.c502ada4.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.0ced8f73.png"> | ||
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.a84961ec.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.a67d021e.png"> | ||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.1157ee26.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.0d45c123.png"> | ||
<link rel="manifest" href="/manifest.f032aeb4.webmanifest" data-parceljs-ignore=""> | ||
<meta name="msapplication-TileColor" content="#57407c"> | ||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.a696f625.png"> | ||
<meta name="theme-color" content="#57407c"> | ||
<link rel="stylesheet" href="/15Puzzle.e31bb0bc.css"></head> | ||
<body> | ||
<noscript> | ||
You need to enable JavaScript to run this app. | ||
</noscript> | ||
<div id="root"></div> | ||
<div id="portal"></div> | ||
<script src="/15Puzzle.e31bb0bc.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.