-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvideos.php
34 lines (30 loc) · 828 Bytes
/
videos.php
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
<?php
include "header.php";
?>
<body>
<div id="conholder">
<div id="maincon">
<h1 class="texth1">Videos</h1>
<h4 class="texth4">
<p><b>Example of live-medium-install.</b></p>
<iframe width="420" height="345"
src="http://www.youtube.com/embed/uhLG6J1DHeM">
</iframe>
<p><b>Example of custom-live-medium-install.</b></p>
<iframe width="420" height="345"
src="http://www.youtube.com/embed/ti0rdf3RChI">
</iframe>
<p><b>Example of live-medium-install install from usb.</b></p>
<iframe width="420" height="345"
src="http://www.youtube.com/embed/ZR9Hz2nlYf8">
</iframe>
<p><b>Example of live-partial-squashfs-updates.</b></p>
<iframe width="420" height="345"
src="http://www.youtube.com/embed/g34tJaJXKmQ">
</iframe>
</h4>
</div>
</div>
<?php
include"footer.php";
?>