Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobianco committed Jul 28, 2023
1 parent 167a2b8 commit 50c53ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Saletta
# meet.yafb.net

A mnemonic link for a recurring meeting.

## Usage

## Shorturls
Visit [meet.yafb.net](https://meet.yafb.net) to join the meeting.

```shell
curl -i "https://git.io" \
-d "url=https://francescobianco.github.io/saletta/saletta" \
-d "code=saletta
```
## Development

Change meeting link in `index.html`.

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.
3 changes: 0 additions & 3 deletions saletta.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@
<title>Saletta</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="refresh" content="0; URL=https://meet.google.com/vtz-bdvw-rko" />
<body>
<h1>Saletta 0.1.0</h1>
</body>
</html>

0 comments on commit 50c53ac

Please sign in to comment.