diff options
author | elioat <elioat@tilde.institute> | 2023-12-29 22:38:25 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2023-12-29 22:38:25 -0500 |
commit | 7ff2ae2e47148576fb95b73a362d0ee41b40efbb (patch) | |
tree | b0b557ab5f35bf1cd1258694a4bacb63980a6051 /js/bird-words/index.html | |
parent | fa55b19c10dcd4b8b6cfe97f3c33ff51a08d50bc (diff) | |
download | tour-7ff2ae2e47148576fb95b73a362d0ee41b40efbb.tar.gz |
*
Diffstat (limited to 'js/bird-words/index.html')
-rw-r--r-- | js/bird-words/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/js/bird-words/index.html b/js/bird-words/index.html new file mode 100644 index 0000000..5e1623e --- /dev/null +++ b/js/bird-words/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width"> + <title>beak</title> +</head> +<body> + <h1>Beak</h1> + <p id="beak"></p> + <script src="browser-beak.js"></script> +</html> \ No newline at end of file |