-
Notifications
You must be signed in to change notification settings - Fork 0
/
unit.html
27 lines (25 loc) · 959 Bytes
/
unit.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Foundation Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/foundation.css">
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/js/foundation.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script>
</head>
<body>
<div style="padding:20px;">
<h2>Schule -> (Klasse 7G) -> Mathe -> Lineare Algebra? -> Schriftliche Division</h2>
<div class="panel radius">
<h3>Schriftliche Division</h3>
<p>Some text..</p>
<p><iframe width="420" height="315"
src="http://www.youtube.com/embed/pgojaqdY3fI?autoplay=1">
</iframe></p>
http://youtu.be/pgojaqdY3fI
</div>
</div>
</body>
</html>