<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>IV Snapr</title>
<link href='./Style.css' rel='stylesheet' type='text/css'>
</head>
<body id="view">
<div id="wrapper">
<h1>IV Snapr</h1>
<div id="screensnapr">
<h2><a href="https://screensnapr.com/">ScreenSnapr</a></h2>
<h3><a href="https://ivscreensnapr.hostei.com">Official IVSnapr Website!</a></h3>
</div><!-- End #screensnapr -->
<div id="image">
<?php $img = $_GET["img"]; ?>
<center><?php if($img=="") { echo ""; } else { echo "<img src='" . $img . "' />"; } ?></center>
</div><!-- End #image -->
</div><!-- End #wrapper -->
</body>
</html>
body {
background:url(./background.gif) repeat top center;
border:0;
color:#FFF;
margin:0;
padding:0;
}
img {
border:0;
}
a {
outline:0;
text-decoration:none;
color:#FFF;
}
#wrapper {
display:table;
margin:80px auto;
}
h1 {
position:absolute;
left:-9999em;
}
#screensnapr {
overflow:hidden;
margin:0 0 15px 15px;
}
h2 {
width:112px;
height:17px;
background:url(./sprite.png) no-repeat 0 0;
float:left;
margin:0;
padding:0;
}
h2
a {
display:block;
text-indent:-9999em;
}
h3 {
font-size:11px;
float:left;
margin:2px 0 0 13px;
padding:0;
}
h3
a {
font:11px Arial, Helvetica, sans-serif;
color:#7f8083;
text-shadow:rgba(0,0,0,.75) 0 1px 0;
}
#image
a {
display:block;
}
#image
img {
-webkit-box-shadow:rgba(0,0,0,.40) 0 2px 3px;
-moz-box-shadow:rgba(0,0,0,.40) 0 2px 3px;
box-shadow:rgba(0,0,0,.40) 0 2px 3px;
max-height:800px;
max-width:100%;
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.