25 lines
707 B
PHP
25 lines
707 B
PHP
|
<!DOCTYPE html>
|
||
|
<head>
|
||
|
<head>
|
||
|
<title>No Chicks Allowed: Image Repository</title>
|
||
|
<meta charset="utf-8" />
|
||
|
<link rel="stylesheet" type="text/css" media="all" href="/css/html5reset-1.6.1.css" />
|
||
|
<link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
|
||
|
|
||
|
<!--[if lt IE 9]>
|
||
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||
|
<![endif]-->
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<header>
|
||
|
<h1>title or navigation or something</h1>
|
||
|
</header>
|
||
|
|
||
|
<?php echo $contents; ?>
|
||
|
|
||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
|
||
|
<script src="js/jquery.filedrop.js"></script>
|
||
|
<script src="js/upload.js"></script>
|
||
|
</body>
|
||
|
</html>
|