Needs a lot of cleanup. Data has been de-duplicated, and where identical copies existed, one of them has been replaced with a symlink. Some files have been excluded, such as binaries, installers and debug dumps. Some of that may still be present.
21 lines
416 B
HTML
21 lines
416 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Black</title>
|
|
<style>
|
|
img {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 2048px;
|
|
height: 631px;
|
|
margin-top: -315.5px; /* Half the height */
|
|
margin-left: -1024px; /* Half the width */
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body bgcolor="black">
|
|
<!-- <img src="http://s3.amazonaws.com/hifi-public/birarda/pr-posters.jpg"></img> -->
|
|
</body>
|
|
</html>
|