Skip to content

Instantly share code, notes, and snippets.

View JackEdwardLyons's full-sized avatar
🌴
Located on the Gold Coast

Jack Lyons JackEdwardLyons

🌴
Located on the Gold Coast
View GitHub Profile
@JackEdwardLyons
JackEdwardLyons / index.html
Last active June 9, 2021 02:43
Get all WordPress posts with JavaScript
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
@JackEdwardLyons
JackEdwardLyons / index.html
Created October 5, 2016 05:47
tic tac toe
<main>
<div class="container">
<h1>Tic Tac Toe</h1>
<p>Choose your marker and opponent to begin</p>
<!-- THIS SHOULD BE ANIMATED -->
<div class="player-start">
<div id="player-select-container">
<h3>Choose marker</h3>
<button class="js-player-select playerX" id="player-X" value="X">X</button>