Skip to content

Commit

Permalink
add html tag for image
Browse files Browse the repository at this point in the history
  • Loading branch information
kimonp committed Dec 28, 2023
1 parent e1eb6fd commit e90f2c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ adapted from the [rust wasm tutorial](https://rustwasm.github.io/docs/book/game-
While the code from the original tutorial is about 50% Rust, 50% JavaScript, with the Dioxus framework the code is 100% Rust.

![Game of Life Image](./game_of_life.png)
<img src="game_of_life.png" alt="Game of Life" width="547" height="854">

## Demonstrates
* A Dioxus web app written completely in Rust.
Expand Down

0 comments on commit e90f2c1

Please sign in to comment.