Skip to content

Commit

Permalink
make build
Browse files Browse the repository at this point in the history
  • Loading branch information
Donovanoff committed May 2, 2024
0 parents commit b9f4720
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
Binary file added favicon.87eec96b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.1783c96e.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.1783c96e.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions index.d2461218.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.d2461218.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"><title>2048</title><link rel="stylesheet" href="index.d2461218.css"><link rel="icon" type="image/png" href="favicon.87eec96b.png"></head><body> <div class="container"> <div class="game-header"> <h1>2048</h1> <div class="controls"> <p class="info"> Score: <span class="game-score">0</span> </p> <button class="button start">Start</button> </div> </div> <div class="game-field"> </div> <div class="message-container"> <p class="hidden message message-lose">You lose! Restart the game?</p> <p class="hidden message message-win">Winner! Congrats! You did it!</p> <p class="message message-start">Press "Start" to begin game. Good luck!</p> <p class="message">&copy; Rostyslav Sobchyshyn</p> </div> </div> <script src="index.1783c96e.js"></script> </body></html>

0 comments on commit b9f4720

Please sign in to comment.