-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.html
30 lines (29 loc) · 1.88 KB
/
videos.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Karate Kata Videos</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://walkman100.github.io/embed/main.css" type="text/css">
</head>
<body>
<div class="main">
<h1>Kata Videos</h1>
<noscript>
For full functionality of this site it is necessary to enable JavaScript.
Here are the <a href="http://www.enable-javascript.com/" target="_blank">
instructions how to enable JavaScript in your web browser</a>.<br>
</noscript>
<INPUT id="btns" type=button value="Back" onClick="history.go(-1);return true;"> ¦
<INPUT type=button value="Tests" onClick="location='tests'">
<INPUT type=button value="View source on GitHub" onClick="javascript:window.open('https://github.com/BASKA-SA/karate.carteronline.net/blob/master/videos.html')"> ¦
<INPUT type=button value="Close" onClick="javascript:window.open('','_self').close();">
<h3><a id="wanshu" href="#wanshu" class="noLink">Wanshu</a> (<a href="https://drive.google.com/file/d/0B5dJ8srqv03tbnNaRXN3YXJuTWM/view">Link</a>)</h3>
<iframe width="100%" height="480" src="https://drive.google.com/file/d/0B5dJ8srqv03tbnNaRXN3YXJuTWM/preview" frameborder="0" allowfullscreen></iframe>
<h3><a id="seinchin" href="#seinchin" class="noLink">Seinchin</a> (<a href="https://drive.google.com/file/d/0B5dJ8srqv03tTHVpbEVZcHBsclE/view">Link</a>)</h3>
<iframe width="100%" height="480" src="https://drive.google.com/file/d/0B5dJ8srqv03tTHVpbEVZcHBsclE/preview" frameborder="0" allowfullscreen></iframe>
<br>
</div>
</body>
</html>