Skip to content

Commit

Permalink
Merge pull request #7 from Jarvl/dracula-flow
Browse files Browse the repository at this point in the history
Use random subtitle
  • Loading branch information
Jarvl authored Feb 19, 2024
2 parents c87d7a8 + 03cb291 commit 2b4ed3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,6 @@ board = Chessboard('board1', {
onMouseoverSquare,
onMouseoutSquare,
position: 'start',
})
});

setSubtitle();
4 changes: 1 addition & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
<body>
<div>
<h1>Chess</h1>
<p id="subtitle">
You can't beat me. Don't even try... unless you want to wake up in a pool of your own tears with a deep sense of shame and humiliation.
</p>
<p id="subtitle"></p>
</div>
<div id="board1"></div>
<div id="moveHistory" class="text-left"></div>
Expand Down

0 comments on commit 2b4ed3a

Please sign in to comment.