9 lines
358 B
Markdown
9 lines
358 B
Markdown
# Guest Book
|
|
|
|
A small project to train my JavaScript skills.
|
|
|
|
This project consists of a simple HTML page with some CSS and JavaScript.
|
|
|
|
The user can input a name and a message which will be displayed on the site. The
|
|
message will be sent to a [ntfy](https://ntfy.sh/) server. Messages will be
|
|
streamed from the server and displayed immediately on the page. |