- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
20 lines (19 loc) · 560 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (19 loc) · 560 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>Joke Teller</title>
<linkrel="icon" type="image/gif" href="jt.gif">
<linkrel="stylesheet" href="style.css">
</head>
<body>
<divclass="container">
<buttonid="button">Tell Me A Joke</button>
<audioid="audio" controlshidden></audio>
</div>
<!-- Script -->
<scriptsrc="voice.js"></script>
<scriptsrc="script.js"></script>
</body>
</html>