-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (39 loc) · 1.34 KB
/
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
35
36
37
38
39
40
<html>
<head>
<title>el7a2.net - Goodbye</title>
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20188434-1']);
_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 class="container" style="padding-top:60px;">
<div class="hero-unit">
<div class="row">
<div class="span5">
<div class="thumbnail">
<img src="/img/el7a2.jpg" alt="el7a2.net">
</div>
</div>
<div class="span5">
<h1>Goodbye,</h1>
<p> </p>
<p>We regret to inform you that el7a2.net
is no longer in business, it has been a
great run and we will always remember
our great customers.</p>
<p>Thank you very much for your service
and it was a pleasure.</p>
</div>
</div>
</div>
</div>
</body>
</html>