forked from lunnennet/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 862 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7304923359702304",
enable_page_level_ads: true
});
</script>
<title>LUNNEN.NET</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
body, html {
background-color: #fff;
margin: 0 0 0 0;
padding 0 0 0 0;
}
#logo {
position: absolute;
top: 40%;
width: 100%;
height: 40px;
margin-top: -20px;
text-align: center;
}
</style>
</head>
<body>
<div id="logo">
<img src="lunnen-google.png" width="460" height="50" alt="LUNNEN.NET"/>
</div>
</body>
</html>