-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (37 loc) · 1.55 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<script src="main.js"></script>
<link rel="stylesheet" type="text/css" href="CSS/styles.css" />
<title>Prüfungseigenleistung Peirui Zhang</title>
</head>
<body>
<div class="wrapper">
<section>
<section>
<h1 id="title">Eindrücke aus Island Winter 2021</h1>
</section>
<p>Das ist ein Canvas:</p>
<figure>
<canvas id="myCanvas" width="600" height="300"></canvas>
<figcaption>Iceland Skaftafell Glacier</figcaption>
</figure>
<video id="iceland-vid" width="100%" height="300" controls>
<source src="Assets/videos/Iceland-Speed_of_light.mp4" type="video/mp4">
</video>
<h2>Der Wasserfall Haifoss</h2>
<p>Die Soundkulisse vom "Haifoss" Wasserfall</p>
<audio id="iceland-aud" controls>
<source src="Assets/audio/haifoss.mp3" type="audio/mp3">
Dieser Browser unterstützt keine Audioausgabe
</audio>
<figure>
<img id="haifoss" src="Assets/images/haifoss-wasserfall.jpg">
<figcaption>Iceland Haifoss Wasserfall</figcaption>
</figure>
<a href="Assets/PDF Web.pdf" download>Download PDF</a>
</section>
</div>
</body>
</html>