-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1006 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Babble Wall</title>
<style> body {padding: 0; margin: 0;} </style>
<link href="https://fonts.googleapis.com/css?family=Indie+Flower&display=swap" rel="stylesheet">
<script src="Library/p5.min.js"></script>
<script src="Library/p5.sound.js"></script>
<script src="Library/p5.dom.min.js"></script>
<script src="Library/p5.speech.js"></script>
<script src="src/Main.js"></script>
<script src="src/CenterTitle.js"></script>
<script src="src/Agent.js"></script>
<script src="Controller/Giphy.js"></script>
<script src="Controller/Speech.js"></script>
<script src="Controller/VoiceSpeech.js"></script>
<script src="Controller/TextAnalytics.js"></script>
<script src="Controller/Cakechat.js"></script>
</head>
<body>
</body>
<style>
/* body { background-color:black } */
</style>
</html>