mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07:00
add very basic clicker game
This commit is contained in:
parent
3ccd5b0df8
commit
19ffac4a90
9 changed files with 335 additions and 17 deletions
10
site/pages/click.md
Normal file
10
site/pages/click.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: click
|
||||
scripts: ["js/click.js"]
|
||||
styles: ["click.css"]
|
||||
embed:
|
||||
title: click
|
||||
site_name: zyl.gay
|
||||
description: click click click
|
||||
extra: click
|
||||
---
|
11
site/pages/games.md
Normal file
11
site/pages/games.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: games!
|
||||
---
|
||||
|
||||
# games
|
||||
|
||||
little games i've made on here :3
|
||||
|
||||
<h2><a href="/pet">pet game</a></h2>
|
||||
|
||||
<h2><a href="/click">clicker game</a></h2>
|
Loading…
Add table
Add a link
Reference in a new issue