-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinvite.php
More file actions
25 lines (19 loc) · 879 Bytes
/
Copy pathinvite.php
File metadata and controls
25 lines (19 loc) · 879 Bytes
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
<?php
include 'phpheader.php';
include 'host.php';
?>
<!DOCTYPE html>
<html lang="de">
<head>
<script src="js/invite.js?<?php echo filemtime('js/invite.js'); ?>" defer></script>
<?php
$beschreibung = 'Peer ist ein blockchainbasiertes soziales Netzwerk. Die Blockchain-Technologie schützt die Privatsphäre der Benutzer:innen und bietet ihnen die Möglichkeit die eigenen Daten kontrolliert zu monetarisieren.';
include 'meta.min.php';
?>
<title>PeerNetwork Invite </title>
</head>
<body class="container">
<div id="config" class="none" data-host="<?php echo htmlspecialchars('https://' . $domain, ENT_QUOTES, 'UTF-8'); ?>" data-media-host="<?php echo htmlspecialchars('https://' . $mediaDomain, ENT_QUOTES, 'UTF-8'); ?>"></div>
Having trouble opening the app?<a id="openAppBtn" href="#">Click Here</a> to continue manually.
</body>
</html>