This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
77 lines (76 loc) · 3.15 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>
Overcast Network
</title>
<link href='https://cdn.oc.tc/assets/favicon.ico' rel='shortcut icon' type='image/vnd.microsoft.icon' />
<link href='https://cdn.oc.tc/assets/application.css' media='screen' rel='stylesheet' type='text/css' />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<script src='https://cdn.oc.tc/assets/application.js' type='text/javascript'></script>
<script>
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30515952-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>
<nav class='navbar navbar-static-top'>
<div class='navbar-inner'>
<div class='container'>
<a class='brand' href='/' style='width: 200px;'>
<img src='https://cdn.oc.tc/assets/logo.png'>
</a>
</div>
</div>
</nav>
<div class='container'>
<br>
<div class='hero-unit' style='color: #FFFFFF; text-shadow: 0 1px 2px rgba(0,0,0,.5), 0 0 30px rgba(0,0,0,.1); background-image: url(bg2.jpg); background-repeat: none; background-size: cover; background-position: center top;'>
<h1 style='color: #FFFFFF;' class='clearfix'>Thank You</h1>
<p class=''>
Overcast Network has been acquired by <a href="https://lbsg.net/lifeboat-acquires-overcast-network/"> Lifeboat Network</a>.
<br>Our servers are offline, but you can contribute to our <a href="https://github.com/OvercastNetwork">open source projects</a>.
<br>On behalf of everyone at Overcast, thank you.
</p>
<br>
</div>
<hr>
<footer>
<ul class='nav nav-pills'>
<li class='pull-left'>
<a>© 2012-2016 Overcast Network</a>
</li>
<li class='pull-right'>
<a href='https://github.com/OvercastNetwork' target='_blank'>
GitHub
</a>
</li>
<li class='pull-right'>
<a href='https://twitter.com/OvercastPGM' target='_blank'>
Twitter
</a>
</li>
<li class='pull-right'>
<a href='https://discord.gg/PGM' target='_blank'>
Discord
</a>
</li>
<li class='pull-right'>
<a href='https://www.reddit.com/r/overcast/' target='_blank'>
Reddit
</a>
</li>
</ul>
</footer>
</div>
</body>
</html>