Add data to Milvert.com
This commit is contained in:
parent
aa0a7686af
commit
a79a034b28
|
|
@ -0,0 +1,15 @@
|
|||
server {
|
||||
|
||||
server_name milvert.com www.milvert.com;
|
||||
|
||||
root /html;
|
||||
|
||||
error_log /var/log/nginx/milvert.com.error.log;
|
||||
access_log /var/log/nginx/milvert.com.access.log;
|
||||
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>milvert.com</title>
|
||||
<meta name="google-site-verification" content="QAr7wTVWOBHuNIQyz_xkhAZ6ja8KhW8Zw7MU7ygZMoE" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta http-equiv="Imagetoolbar" content="no">
|
||||
|
||||
<style type="text/css">
|
||||
/* pushes the page to the full capacity of the viewing area */
|
||||
html {height:100%;}
|
||||
body {height:100%; margin:0; padding:0;}
|
||||
/* prepares the background image to full capacity of the viewing area */
|
||||
#bg {position:fixed; top:0; left:0; ; height:100%;}
|
||||
/* places the content ontop of the background image */
|
||||
#content {position:relative; z-index:1;}
|
||||
</style>
|
||||
<!--[if IE 6]>
|
||||
<style type="text/css">
|
||||
/* some css fixes for IE browsers */
|
||||
html {overflow-y:hidden;}
|
||||
body {overflow-y:auto;}
|
||||
#bg {position:absolute; z-index:-1;}
|
||||
#content {position:static;}
|
||||
</style>
|
||||
<![endif]-->
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-28178678-1']);
|
||||
_gaq.push(['_setDomainName', 'milvert.com']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="bg"><img src="web.jpg" height="100%" alt=""></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 333 KiB |
Loading…
Reference in New Issue