about summary refs log tree commit diff stats
path: root/js/bird-words/index.html
blob: 5e1623e68a36aa4ebc30fb2eef91a9c472ac82b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>