This commit is contained in:
fred 2022-10-24 01:12:10 +02:00
parent b7a6bc7710
commit c378de212d
1 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
<html>
<head>
<meta charset="utf-8">
<title>[Astroport/TW] Système de Fichier Interplanétaire - Terraformation Forêt Jardin</title>
<link rel="icon" type="image/png" href="styles/logo.png" />
<title>[Astroport] Système de Fichier Interplanétaire - Terraformation Forêt Jardin</title>
<link rel="icon" type="image/png" href="http://127.0.0.1:8080/ipfs/QmaCh8mywWfxkXF3JziFzqZS6yZFo3eNS5fSfnzJqdSQvX/logo.png" />
<link rel="stylesheet" href="http://127.0.0.1:8080/ipfs/QmaCh8mywWfxkXF3JziFzqZS6yZFo3eNS5fSfnzJqdSQvX/decoration.css" type="text/css" />
<link rel="stylesheet" href="http://127.0.0.1:8080/ipfs/QmaCh8mywWfxkXF3JziFzqZS6yZFo3eNS5fSfnzJqdSQvX/layout.css" type="text/css" />
<link rel="stylesheet" href="http://127.0.0.1:8080/ipfs/QmaCh8mywWfxkXF3JziFzqZS6yZFo3eNS5fSfnzJqdSQvX/video-js.css" type="text/css" />
@ -20,7 +20,7 @@
<body>
<header>
<h6>
<a href="http://127.0.0.1/" target="bunker"> "<span>Astroport / TW</span>"</a> /ipfs/
<a href="http://127.0.0.1/" target="bunker"> "<span>Astroport /ipfs/</span>"</a> (TW)
</h6>
</header>
@ -119,8 +119,8 @@ $.getJSON('./calendar.json', function (json) {
var arrTimes = [];
var i = 0; // start
var timesToTest = 5;
var tThreshold = 150; //ms
var timesToTest = 3;
var tThreshold = 300; //ms
var testImage = "http://libra.copylaradio.com:8080/ipfs/QmUUyiuCM4yXgaeGyqC2SVUUXZksuxhDfHQYpUpZPuL2oS/astroport.jpg"; // small image in your server
var dummyImage = new Image();
var isConnectedFast = false;