blog/static/games/index.html
2023-05-08 05:05:27 +03:00

35 lines
1.3 KiB
HTML

<html>
<head>
<title>PICO-8 Cartridges by NeonXP</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="row">
<div class="cartridge">
<span class="title">snake</span>
<img src="snake.p8.png" />
<a href="snake.html">R Play</a>
<a href="snake.p8.png">D download</a>
</div>
<div class="cartridge">
<span class="title">color lines</span>
<img src="lines.p8.png" />
<a href="lines.html">R Play</a>
<a href="lines.p8.png">D download</a>
</div>
<div class="cartridge">
<span class="title">Bubble Breaker</span>
<img src="bubblebreaker.p8.png" />
<a href="bubblebreaker.html">R Play</a>
<a href="bubblebreaker.p8.png">D download</a>
</div>
<div class="cartridge">
<span class="title">game of 15</span>
<img src="gameof15.p8.png" />
<a href="gameof15.html">R Play</a>
<a href="gameof15.p8.png">D download</a>
</div>
</div>
</body>
</html>