mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
31 lines
891 B
PHP
31 lines
891 B
PHP
<?php require("main.php"); ?>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Zöff</title>
|
|
<link rel="stylesheet" type="text/css" href="static/style.css" title="Default" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="top vcent centered">
|
|
<div id="change" class="small">
|
|
<div class="big noselect">Zöff</div>
|
|
Zöff
|
|
<form name="ufo" action="" class="daform" id="base" method="get" onsubmit="return submitform();">
|
|
<input id="longurl" name="v" type="text" class="innbox" />
|
|
</form>
|
|
</div>
|
|
|
|
<?php include 'vidhandling.php'; ?>
|
|
|
|
<br>
|
|
<?php print_r($data); ?>
|
|
</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>
|
|
$(document).ready(function(){ })
|
|
</script>
|
|
</body>
|
|
</html>
|