forked from 621625/bitcoinmeetups.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinkpreview.html
More file actions
43 lines (29 loc) · 1.11 KB
/
linkpreview.html
File metadata and controls
43 lines (29 loc) · 1.11 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Link Preview</title>
<style type="text/css">
.box{
display: none;
width: 100%;
}
a:hover + .box,.box:hover{
display: block;
position: relative;
z-index: 100;
}
</style>
</head>
<body>
<u>THINGS YOU CAN DO TO EARN EUREKA. OTHER TOKEN ISSUERS ARE WELCOME TO TIP CONTRIBUTORS HERE AS WELL.</u> <br><br>
1 EUREKA<br>
<a href="ProjectSingapore.html">Post a photoshopped picture of Singapore with a smiley in the sky in our Google Group</a><div class="box"><iframe src="ProjectSingapore.html" width = "100%" height = "800" ></iframe></div>
<br><br>
10 EUREKA<br>
<a href="ProjectBuySomeFood.html">Buy some food on the local food market and share it with someone who wants it or needs it</a><div class="box"><iframe src="ProjectBuySomeFood.html" width = "100%" height = "800" ></iframe></div>
<br><br>
5 EUREKA<br>
<a href="http://en.wikipedia.org/">Wikipedia</a><div class="box"><iframe src="http://entrances.github.io/Backgroundv3.svg" width = "100%" height = "800" ></iframe></div>
</body>
</html>