mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
good
This commit is contained in:
@@ -22,8 +22,6 @@
|
|||||||
<br>
|
<br>
|
||||||
<?php print_r($data); ?>
|
<?php print_r($data); ?>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" src="static/swfobject.js"></script>
|
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){ })
|
$(document).ready(function(){ })
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
<?php echo "hello"; ?>
|
<?php echo "hello"; ?>
|
||||||
|
|
||||||
<div id="ytapiplayer">
|
<div id="ytapiplayer">
|
||||||
You need Flash player 8+ and JavaScript enabled to view this video :(
|
You need Flash player 8+ and JavaScript enabled to view this video :(
|
||||||
</div>
|
</div>
|
||||||
|
<script type="text/javascript" src="static/swfobject.js"></script>
|
||||||
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function()
|
$(document).ready(function()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user