domus_node
Version:
Node.js web frontend to heyu
28 lines (24 loc) • 946 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta id="viewport" name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<title>Image grids</title>
<link rel="stylesheet" href="stylesheets/iphone.css" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
<script type="text/javascript" charset="utf-8">
window.onload = function() {
setTimeout(function(){window.scrollTo(0, 1);}, 100);
}
</script>
</head>
<body id="blank" class="imgbody">
<div id="header">
<h1>Images</h1>
<a href="images-list.html" id="backButton">Back</a>
<a href="forms.html" class="Action">Upload</a>
</div>
<p><strong>No pictures</strong></p>
<p><small>Upload new images.</small></p>
</body>
</html>