-
Notifications
You must be signed in to change notification settings - Fork 0
/
player8.html
35 lines (31 loc) · 1.2 KB
/
player8.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<!-- <link href="//vjs.zencdn.net/7.3.0/video-js.min.css" rel="stylesheet">
<script src="//vjs.zencdn.net/7.3.0/video.min.js"></script> -->
<title>Das Verhör</title>
<h1> <a href="index.html" target="_self"> <img src="Bilder/Logo.jpg" alt="Logo"> </a> </h1>
<body>
<div class="player">
<img id="pbg" src="Bilder/Real_fingerprints_on_fake_crime_scene.JPG">
<div class="center">
<div id="video-player">
<audio id="video" width="640" height="200">
<source src="Aufnahme/Einleitung.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<div id="video-controls">
<button type="button3" id="play-pause"> <i class="fa-play"></i> </button>
<input type="range" id="seek-bar" value="0"/>
<input type="range" id="volume-bar" min="0" max="1" step="0.1" value="1">
<a href="index.html" target="_self"> <button class="button button2"> Zurück zur Startseite</button></a>
</div>
</div>
</div>
</div>
<script src="jquery.min.js"></script>
<script src="script.js"></script>
</body>
</head>