Skip to content

Commit

Permalink
deploy: 5f9c3db
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Oct 4, 2024
1 parent 6a407ca commit 351d9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Games.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ The languages are grouped according to game.

Simple word guessing game in the tradition of [MasterMind](<https://en.wikipedia.org/wiki/Mastermind_(board_game)>). For more information on the source code, see [this repo](https://github.com/giellalt/template-wordguess-und).

```html
<div id="wordguess"></div>

<script src="/assets/js/langtable.js"></script>

<script>
const domWordGames = document.querySelector('#wordguess');
domWordGames.appendChild(addGameTable({{games_repos}}, 'wordguess-', ['game']))
</script>
```
2 changes: 1 addition & 1 deletion dicts/DictionarySources.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dictionary Sources

![Warning](../images/Warning.svg)
![Warning](../images/under-construction-symbol-icon.svg)
**_Under construction._**

This page contains a dynamically built list of all dictionary repositories. Private repositories are not listed.
Expand Down

0 comments on commit 351d9b1

Please sign in to comment.