forked from 621625/bitcoinmeetups.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtermsofservice.html
More file actions
75 lines (45 loc) · 2.55 KB
/
termsofservice.html
File metadata and controls
75 lines (45 loc) · 2.55 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
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
<META HTTP-EQUIV="refresh"
CONTENT="0;URL=mailto:BM-2D8ns75MFTBWZEpziRi8e99mppofbSv2aW@bitmessage.ch?subject=Join%20group%20request&body=%20%20%20Welcome%20to%20apply%20here.%20What%20made%20you%20interested%20in%20Blockchain%20technologies%20in%20the%20first%20place%3F%20%20%20%0D%0A%20%20%20%20%20%20%0D%0A%20%20%20Which%20group%20would%20you%20like%20to%20join%3F%20%20%20%0D%0A%20%20%20%20%20%20%0D%0A%20%20%20Please%20add%20user%20bitscript1%20as%20a%20contact%20on%20Skype.%20Done%3F%20%20%20%0D%0A%20%20%20%20%20%20%0D%0A%20%20%20Please%20update%20the%20memberlist.%20Done%3F%20%20%20%0D%0A%20%20%20%20%20%20%0D%0A%20%20%20What%20is%20your%20Skype%20User%20ID%3F%20%20%20">
<!--
%20 is a space
%0A is a line feed
%0D is a carriage return
-->
<head>
<title>Bitcoin and Blockchain Technologies Product Lists and Skype Conference Groups</title>
<meta content="Skype Groups. Bitcoin and Blockchain related. Meet Bitcoiners locally. Huge list of local bitcoin meetups everywhere in the world including New York, Tokyo and perhaps your local city. We have a Skype group for each and every meetup available which you can join for free. Also collaborative open source projects on Github"
<meta content="Skype, Conference, Video, Voice, Bitcoin, blockchain, ethereum, maidsafe, bitmessage, meetup, localbitcoin, meetup.com, localbitcoins.com, global, worldwide meetups, local meetups, bitcoinmeetups.org, github" name="keywords" />
<link rel="stylesheet" type="text/css" href="lbmstylespl.css">
<!-- Javascript goes in the document HEAD -->
<script type="text/javascript">
function altRows(id){
if(document.getElementsByTagName){
var table = document.getElementById(id);
var rows = table.getElementsByTagName("tr");
for(i = 0; i < rows.length; i++){
if(i % 2 == 0){
rows[i].className = "evenrowcolor";
}else{
rows[i].className = "oddrowcolor";
}
}
}
}
window.onload=function()
{
altRows('alternatecolor');
altRows('alternatecolor2');
}
</script>
</head>
<body>
<a name="data" id="data"></a>
<strong><u>Terms of Service</u></strong><br><br>
#No guarantees or promises of any kind is made whatsoever<br><br>
#Participating in these proof of work projects does not entitle you to anything really<br><br>
#Anything offered here can be voided at any given time<br><br>
Yes, we know it sounds shady. But really we need this kind of disclaimer to be able to do anything really. Thanks for understanding.<br><br>
<a href="http://www.bitcoinmeetups.org">Back to bitcoinmeetups.org</a>
</tbody></table>
</body>
</html>