self-conscious-design
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

CoverImage.xhtml
application/xhtml+xml

Download raw (414 bytes)

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>Cover</title>
		<style type="text/css">
			div {
				text-align: center;
				height: 100%;
				width: 100%;
			}
			img { 
				max-width: 100%;
				height: 100%; 
			}
		</style>
	</head>
	<body>
		<div id="cover">
			<img id="cover-image" src="Images/Image_cover.jpg" />
		</div>
	</body>
</html>