Add projects
This commit is contained in:
BIN
html/tasks/chapter_7/audio/horn.mp3
Normal file
BIN
html/tasks/chapter_7/audio/horn.mp3
Normal file
Binary file not shown.
19
html/tasks/chapter_7/audio/oppgave.html
Executable file
19
html/tasks/chapter_7/audio/oppgave.html
Executable file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<title>Lydtest</title>
|
||||
<link rel="stylesheet" href="../../../../resources/css/main.css" />
|
||||
<script async src="./script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Lydtest</h1>
|
||||
|
||||
<div class="center">
|
||||
<audio src="./horn.mp3" loop autoplay controls></audio>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
0
html/tasks/chapter_7/audio/script.js
Executable file
0
html/tasks/chapter_7/audio/script.js
Executable file
19
html/tasks/chapter_7/video/oppgave.html
Executable file
19
html/tasks/chapter_7/video/oppgave.html
Executable file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<title>Video</title>
|
||||
<link rel="stylesheet" href="../../../../resources/css/main.css" />
|
||||
<script async src="./script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Video</h1>
|
||||
|
||||
<div class="center">
|
||||
<video src="https://media.geeksforgeeks.org/wp-content/uploads/20190616234019/Canvas.move_.mp4" autoplay controls></video>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
0
html/tasks/chapter_7/video/script.js
Executable file
0
html/tasks/chapter_7/video/script.js
Executable file
@@ -40,6 +40,10 @@
|
||||
<p><a href="./html/tasks/chapter_6/task3_kvitter/oppgave.html">Oppgave 3 - Kvitter</a></p>
|
||||
<p><a href="./html/tasks/chapter_6/task10_localstorage/oppgave.html">Oppgave 10 - Localstorage & JSON test</a></p>
|
||||
|
||||
<h2>Kapittel 7</h2>
|
||||
<p><a href="./html/tasks/chapter_7/audio/oppgave.html">Audio</a></p>
|
||||
<p><a href="./html/tasks/chapter_7/video/oppgave.html">Video</a></p>
|
||||
|
||||
<h2>Kapittel 8</h2>
|
||||
<p><a href="./html/tasks/chapter_8/task3_randomArrayData/oppgave.html">Oppgave 3 - Random Array Data</a></p>
|
||||
|
||||
|
Reference in New Issue
Block a user