31 lines
No EOL
923 B
PHP
31 lines
No EOL
923 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>
|
|
<div id="title"><h1><a href="http://www.nca-guild.com">No Chicks Allowed</a></h1></div>
|
|
<div id="links">
|
|
<a href="/upload">Upload</a> |
|
|
<a href="/gallery">Gallery</a> |
|
|
<a href="/latest">Latest</a> |
|
|
<a href="/random">Random</a>
|
|
</div>
|
|
</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>
|