-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegal.html
30 lines (28 loc) · 1.09 KB
/
legal.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./css/subsite.css">
</head>
<body>
<div class="goBack">
<a href="./index.html">Go Back</a>
</div>
<div class="legalInformation">
<h2>Legal Information</h2>
<li>Eike Mücksch</li>
<li>Eisenbahnstraße 86</li>
<li>04315 Leipzig</li>
</div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="QL7T8W3MXZ76A">
<input type="image" src="https://www.paypalobjects.com/de_DE/DE/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
<div class="links">
<h2>Links</h2>
<li><a href="https://github.com/Eik-S/Playalist">Source-Code<a></li>
<li>Contact: webmaster[at]playalist[d0t]com</li>
</div>
</body>
</html>