-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (45 loc) · 2.03 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
43
44
45
46
47
48
49
50
<html lang="en">
<head>
<title>Project 67</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Project Show!</h1>
<br>
<div class="container">
<section id="apps">
<h1>Apps</h1>
<div class="line"></div>
<iframe width="392" height="620" style="border: 0px;" src="https://studio.code.org/projects/applab/nLN2jdFJJKYAj3Cr3h7Ej-eqH_cDXEJLljTD7Wy9byM/embed"></iframe>
<iframe width="392" height="620" style="border: 0px;" src="https://studio.code.org/projects/applab/3C6DsikvPeaZcWyvYXqy6MgMEeFykEbPUDmva-O6M2Y/embed"></iframe>
</section>
<br>
<section id="games">
<h1>Games</h1>
<div id="myCarousel" class="carousel slide">
<center>
<div class="carousel-inner">
<div class="item active">
<div class="line">
<p></p>
<a href="https://studio.code.org/projects/gamelab/imlBd0VP-VoSEbbexZSPiRwLtCZ9zh-Bt4OfG107GtU">
<img src="https://studio.code.org/v3/files/imlBd0VP-VoSEbbexZSPiRwLtCZ9zh-Bt4OfG107GtU/.metadata/thumbnail.png">
</a>
<p>Neemo</p>
</div>
<div class="item">
<a href="https://studio.code.org/projects/gamelab/SM-XtdDpv30jicj4bPogmfFlpFyaibu3BnuMLM6F7oY">
<img src="https://studio.code.org/v3/files/SM-XtdDpv30jicj4bPogmfFlpFyaibu3BnuMLM6F7oY/.metadata/thumbnail.png">
</a>
<p>Music!</p>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</center>
</div>
</section>
</body>
</html>