HTML

<!DOCTYPE html>
<html>

<html>
<head>
<link rel=”stylesheet” href=”http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css”>
</head>
<body>

<i class=”fa fa-tree”></i>
<i class=”fa fa-hand-spock-o”></i>
<i class=”fa fa-spinner”></i>
<i class=”fa fa-tree”></i>
<i class=”fa fa-bars”></i>
<i class=”fa fa-tree”></i>
<i class=”fa fa-hand-spock-o”></i>
<i class=”fa fa-spinner”></i>
<i class=”fa fa-tree”></i>
<i class=”fa fa-bars”></i><i class=”fa fa-tree”></i>
<i class=”fa fa-hand-spock-o”></i>
<i class=”fa fa-spinner”></i>
<i class=”fa fa-tree”></i>
<i class=”fa fa-bars”></i><i class=”fa fa-tree”></i>
<i class=”fa fa-hand-spock-o”></i>
<i class=”fa fa-spinner”></i>
<i class=”fa fa-tree”></i>
<i class=”fa fa-bars”></i><i class=”fa fa-tree”></i>
<i class=”fa fa-hand-spock-o”></i>
<i class=”fa fa-spinner”></i>
<i class=”fa fa-tree”></i>
<i class=”fa fa-bars”></i><i class=”fa fa-tree”></i>
<i class=”fa fa-hand-spock-o”></i>
<i class=”fa fa-spinner”></i>
<i class=”fa fa-tree”></i>
<i class=”fa fa-bars”></i>
<i class=”fa fa-tree”></i>
<i class=”fa fa-hand-spock-o”></i>

<center>
</body>
</html>
<head>
<style>
body {
background-color:   #665C0A

;
}

h1 {
color: white;
text-align: center;
}

p {
font-family: “Times New Roman”;
font-size: 15px;
text-align: center;
color: white
}
</style>
</head>
<body>

<h1>Hello,</h1>
<p> it’s me.I was wondering if after all these years you’d like to meet.
To go over everything.
They say that time’s supposed to heal ya,
but I ain’t done much healing. </p>

<img src=”http://media.vogue.com/r/w_480//2015/10/23/adele-holding.gif” alt=”Adele, Hello” style=”width:390px;height:200px;”>

<img src=”http://a.fastcompany.net/multisite_files/fastcompany/imagecache/inline-large/inline/2015/10/3052697-inline-i-1-adele-hello-moments.gif” alt=”Adele, Hello” style=”width:390px;height:200px;”>

<script src=”http://maps.googleapis.com/maps/api/js”></script>
<script>
function initialize() {
var mapProp = {
center:new google.maps.LatLng(51.510595, -0.123444),
zoom:8,
mapTypeId:google.maps.MapTypeId.ROADMAP
};
var map=new google.maps.Map(document.getElementById(“googleMap”),mapProp);
}
google.maps.event.addDomListener(window, ‘load’, initialize);
</script>
</head>

<body>
<div id=”googleMap” style=”width:500px;height:380px;”></div>

</body>
</html>