diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-11-07 18:20:08 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-11-07 18:20:08 +0100 |
| commit | d656de03fc22e5b39117087ef4e95cfc9f239708 (patch) | |
| tree | 68413f4bdf9dffcd89288fc5f4eb939b495ac6af /utils/minesweeper/index.html | |
| parent | 4a890dad70bed4fa158f0607ee44fa5f02502b9c (diff) | |
| download | cacharle.xyz-d656de03fc22e5b39117087ef4e95cfc9f239708.tar.gz cacharle.xyz-d656de03fc22e5b39117087ef4e95cfc9f239708.tar.bz2 cacharle.xyz-d656de03fc22e5b39117087ef4e95cfc9f239708.zip | |
Added mine flagging, lost and won flash messages, won detection
Diffstat (limited to 'utils/minesweeper/index.html')
| -rw-r--r-- | utils/minesweeper/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/minesweeper/index.html b/utils/minesweeper/index.html index c984ead..a5ece6b 100644 --- a/utils/minesweeper/index.html +++ b/utils/minesweeper/index.html @@ -12,6 +12,8 @@ <body><div id="page-wrapper"> <h1>minesweeper</h1> + <div id="flash-message" hidden>You lost in asdf seconds</div> + <table id="minesweeper-table"> </table> |
