This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inkletblot-com-v1/php gallery/head.php
2019-12-02 12:10:45 +10:30

26 lines
919 B
PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="My attempt at a simple image gallery." />
<meta name="keywords" content="simple, gallery, attempt, project" />
<title>Gallery</title>
<link rel="stylesheet" href="../styles/site-wide.css" type="text/css">
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>Gallery;</h1>
<h4>Ink's gallery.<h4>
</div>
<div id="menu">
<a class="item" href="index.php">Gallery</a>
<a class="item" href="upload.php">Upload</a>
<a class="item" href="clear.php">Clear All</a>
<a class="item" href="#" onClick="window.location.reload( true );">Refresh</a>
<a class="item" href="../">Ink's Things</a>
</div>
<div id="content">