convert http://astroport into / URL (keeps the actual http gateway in use)

This commit is contained in:
fred 2021-09-19 02:31:01 +02:00
parent 47671bbd21
commit e21fca1d07
2 changed files with 51 additions and 51 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<title>${TITLE} in Astroport</title> <title>${TITLE} in Astroport</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="Refresh" content="7;URL=http://astroport/ipns/${IPNSLINK}/${G1PUB}/"> <meta http-equiv="Refresh" content="7;URL=/ipns/${IPNSLINK}/${G1PUB}/">
<link rel='stylesheet' href='/styles/astroport/style.css' type='text/css' /> <link rel='stylesheet' href='/styles/astroport/style.css' type='text/css' />
<link rel='icon' type='image/png' href='/styles/astroport/logo.png' /> <link rel='icon' type='image/png' href='/styles/astroport/logo.png' />
</head> </head>

View File

@ -9,7 +9,7 @@
<body> <body>
<header> <header>
<h6> <h6>
<a href='http://astroport/'><span>ASTROPORT</span> <q>${XZUID}</q></a> <a href='/'><span>ASTROPORT</span> <q>${XZUID}</q></a>
</h6> </h6>
</header> </header>