-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (34 loc) · 1.28 KB
/
index.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="style.css">
<script src="main.js"></script>
</head>
<body>
<section id="app">
<h1>Apps</h1>
<div class="line"></div>
<iframe width="400" height="620" style="border: 0px;" src="https://studio.code.org/projects/applab/feNTpV40NwhNSQP0AZbddoyjaIYIBdtiQnB1_pXx5mM/embed"></iframe>
<iframe width="400" height="620" style="border: 0px;" src="https://studio.code.org/projects/applab/pQQGjDcFaW8TaUTZ14pRt-qDNeq_zFo2hi1RDHmKXYA/embed"></iframe>
</section>
<section id="games">
<h1>Games</h1>
<div class="line"></div>
<a href="https://studio.code.org/projects/gamelab/7pQnb34Xe0eGElyDC6pIIyTCRp8jQsR58aRy_kqKd4A" target="_blank"><img src="car game.png"></a>
<a href="https://studio.code.org/projects/gamelab/qc3SMsQjPqsjw0DCH7hWjVjzfNh1zBVvogN1ElviCE0" target="_blank"><img src="music.png"></a>
</section>
<section id="chatbot">
<h1>Chatbot</h1>
<div class="line"></div>
<iframe
allow="microphone;"
width="350"
height="500"
src="https://console.dialogflow.com/api-client/demo/embedded/2d347b04-cdae-45b4-b9b0-9f99de9d3d59">
</iframe>
</section>
</body>
</html>