Skip to content

Commit d6ea84a

Browse files
Remove legal notice
Remove legal notice
1 parent 7d7e11e commit d6ea84a

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

_includes/templates/index.html

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,6 @@
11
{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment
22
%}
33

4-
<div id="legal-notice" style="margin-top: 20px;max-width: 770px;margin: 0 auto;color: black;border-bottom: 1px solid #ececec;display: none;"><p style="font-size: 1.2em;padding: 20px;">On 28 June 2021 the High Court of England and Wales made an order in
5-
Claim No. IL-2021-000008 between Dr Craig Wright and the person or
6-
persons responsible for the publication of this website whereby such person
7-
or persons were restrained from infringing Dr Wright’s copyright in the
8-
Bitcoin White Paper. The claim was not defended, and judgment was entered
9-
in default. A copy of the order is available at the following link: <a href="https://bitcoin.org/IL-2021-000008-Wright-v-Cobra.pdf">https://bitcoin.org/IL-2021-000008-Wright-v-Cobra.pdf</a>.</p></div>
10-
11-
<script>
12-
var request = new XMLHttpRequest();
13-
14-
request.open('GET', 'https://bitcoin.org/getip.txt');
15-
16-
request.onreadystatechange = function () {
17-
if (this.readyState === 4) {
18-
if(request.getResponseHeader('is_allowed') === "no") {
19-
document.getElementById("legal-notice").style.display = "block";
20-
}
21-
}
22-
23-
};
24-
25-
request.send();
26-
27-
</script>
284

295
<div class="mainhero">
306
<div class="container hero-container">

0 commit comments

Comments
 (0)