All web code and ignore json files
This commit is contained in:
63
plebnet/3d.php
Normal file
63
plebnet/3d.php
Normal file
@ -0,0 +1,63 @@
|
||||
<!doctype html>
|
||||
<html lang="en-GB">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Plebnet Visualizer (3D) - Satoshis.Tech</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||
<meta http-equiv="content-language" content="en-GB">
|
||||
<meta name="description" content="A 3D visualization of Plebnet">
|
||||
<meta name="keywords" content="ln, lightning, lightning network, Plebnet, cyclic hub, hub, visualizer, nodes, 3d">
|
||||
<meta name="author" content="Felix Schulze">
|
||||
<meta HTTP-EQUIV="CACHE-CONTROL" CONTENT="public">
|
||||
<link rel="canonical" href="https://plebnet.satoshis.tech/3d">
|
||||
|
||||
|
||||
<meta property="og:image" content="https://plebnet.satoshis.tech/assets/img/thumbnail3d.png?v=1.0.0">
|
||||
<meta property="og:image:height" content="1200">
|
||||
<meta property="og:image:width" content="630">
|
||||
<meta property="og:image:alt" content="Plebnet Thumbnail">
|
||||
<meta name="twitter:image" content="https://plebnet.satoshis.tech/assets/img/thumbnail3d.png?v=1.0.0">
|
||||
<meta property="twitter:image:alt" content="Plebnet Thumbnail">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="Satoshis.Tech">
|
||||
<meta property="og:title" content="Plebnet Visualizer (3D) - Satoshis.Tech">
|
||||
<meta property="og:url" content="https://plebnet.satoshis.tech/3d">
|
||||
<meta property="og:description" content="A 3D visualization of Plebnet">
|
||||
<meta name="title" content="Plebnet Visualizer (3D) - Satoshis.Tech">
|
||||
|
||||
<?php
|
||||
include 'includes/favicon.html';
|
||||
?>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/3d.css?v=1.0.4">
|
||||
|
||||
<script src="https://unpkg.com/three"></script>
|
||||
<script src="https://unpkg.com/three-spritetext"></script>
|
||||
<script src="https://unpkg.com/3d-force-graph"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script src="/assets/js/donate.js?v=1.2.2"></script>
|
||||
<script src ="https://btcpay.satoshis.tech/modal/btcpay.js"></script>
|
||||
<form method="POST" onsubmit="onBTCPayFormSubmit(event);return false" action="https://btcpay.satoshis.tech/api/v1/invoices">
|
||||
<input type="hidden" name="checkoutDesc" value="Donation from Anonymous" />
|
||||
<input type="hidden" name="price" value="0.00001" />
|
||||
<input type="hidden" name="storeId" value="BhtTLhbEhSZByquLhPqbbG45SejRXHkimRtBUbtn7m7y" />
|
||||
<input type="hidden" name="jsonResponse" value="true" />
|
||||
<input type="hidden" name="notifyEmail" value="donation@satoshis.tech" />
|
||||
<input type="hidden" name="currency" value="BTC" />
|
||||
<button type="submit" name="submit" id="donate">
|
||||
<img src="assets/img/icons/donate_24.png">Buy me a coffee
|
||||
</button>
|
||||
</form>
|
||||
|
||||
<div id="3d-graph"></div>
|
||||
|
||||
<script>
|
||||
<?php
|
||||
include 'includes/graph3d.js';
|
||||
?>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user