-
Notifications
You must be signed in to change notification settings - Fork 29
/
ProjectRedditForEthereum.html
executable file
·57 lines (36 loc) · 1.36 KB
/
ProjectRedditForEthereum.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Reddit style forum for Ethereum</title>
<meta content="Reddit style forum for Ethereum">
<meta content="Reddit, ethereum, forum" name="keywords" />
<link rel="stylesheet" type="text/css" href="lbmstylespl.css">
<style type="text/css">
* { margin: 0; padding: 0; }
html {
background: url(http://www.mediabistro.com/galleycat/files/2011/04/reddit_logo.jpg) no-repeat center center fixed ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color:rgba(255,0,0,0.1);
}
h1 span {
background-color: white;
}
</style>
</head>
<body>
<h1><span>
5 EUREKA<br><br>
Create a thread in our Google Group for creating a community around developing a Reddit style forum for Ethereum Browser
</a><br><br>
Remember to also post your Dogeparty address<br><br>
<a target="_blank" href="https://groups.google.com/forum/#!forum/bitcoinmeetups-org">Discuss this page in our Google Group</a><br><br>
<a target="_blank" href="https://entrances.github.com/ProjectRedditForEthereum.html">
Visit this page</a><br><br>
<a target="_blank" href="https://github.com/Entrances/entrances.github.com/edit/master/ProjectRedditForEthereum.html">Edit this page</a><br><br>
</span></h1>
</body>
</html>