-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
58 lines (57 loc) · 4.15 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CSS Games: Play Fun games into your browser</title>
<link rel="icon" href="fav.png" sizes="any">
<meta name="monetization" content="$ilp.uphold.com/BKQpnDKX3xwQ">
<meta name="description" content="A collection of CSS only games by Temani Afif. Have fun without leaving your browser.">
<meta name="author" content="Temani Afif">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel=canonical href="https://css-games.com" >
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="CSS Games: Play Fun games into your browser">
<meta property="og:type" content="website">
<meta property="og:url" content="https://css-games.com">
<meta property="og:description" content="A collection of CSS only games by Temani Afif. Have fun without leaving your browser.">
<meta property="og:image" content="https://css-games.com/css-games.jpg">
<meta property="og:image:width" content="1600" />
<meta property="og:image:height" content="800" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<link rel="stylesheet" href="style.css?v=.3">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KPVWCCS077"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KPVWCCS077');
</script>
</head>
<body>
<header>
<h1><span>C</span><span>S</span><span>S</span> Games</h1>
<p>CSS and nothing more</p>
</header>
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
<div class="adaptive" data-ea-publisher="css-challengescom" id="css-games" data-ea-type="text" style="margin: auto;min-height: 100px;width: fit-content;overflow:hidden;"></div>
<main class="container-fluid grid">
<article class="chrome" style="background-image:url(https://css-games.com/coin-collector/coin-collector.png)"><a href="https://css-games.com/coin-collector/">Coin Collector</a></article>
<article style="background-image:url(https://css-games.com/gem-catcher/gem-catcher.png)"><a href="https://css-games.com/gem-catcher/">Gem Catcher</a></article>
<article class="chrome" style="background-image:url(https://css-games.com/kill-internet-explorer/kill-IE.png)"><a href="https://css-games.com/kill-internet-explorer/">Kill Internet Explorer</a></article>
<article class="chrome" style="background-image:url(https://css-games.com/click-the-circles/click-the-circles.png)"><a href="https://css-games.com/click-the-circles/">Click The Circles</a></article>
<article style="background-image:url(https://css-games.com/puzzle/puzzle.png)"><a href="https://css-games.com/puzzle/">Puzzle</a></article>
<article style="background-image:url(https://css-games.com/puzzle-v2/puzzle.png)"><a href="https://css-games.com/puzzle-v2/">Puzzle V2</a></article>
<article class="chrome" style="background-image:url(https://css-games.com/super-css-mario/mario.png)"><a href="https://css-games.com/super-css-mario/">Super CSS Mario</a></article>
<article class="chrome" style="background-image:url(https://css-games.com/super-css-mario-2/mario.png)"><a href="https://css-games.com/super-css-mario-2/">Super CSS Mario II</a></article>
<article class="chrome" style="background-image:url(https://css-games.com/maze/maze.webp)"><a href="https://css-games.com/maze/">CSS-only Maze</a></article>
</main>
<footer>
Created by <a href="https://twitter.com/ChallengesCss" target="_blank">Temani Afif</a> | <a href="https://support.temani-afif.com/" target="_blank">Support this project</a>
</footer>
</body>
</html>