diff options
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 |