Switch from relative paths to absolute paths.
This commit is contained in:
commit
745b8dac00
10
about.html
10
about.html
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - About</title>
|
<title>Inferencium Network - About</title>
|
||||||
<link rel="stylesheet" href=infnet.css>
|
<link rel="stylesheet" href=/infnet.css>
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>About</h1>
|
<h1>About</h1>
|
||||||
|
10
blog.html
10
blog.html
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Blog</title>
|
<title>Inferencium Network - Blog</title>
|
||||||
<link rel="stylesheet" href="infnet.css">
|
<link rel="stylesheet" href="/infnet.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>Blog</h1>
|
<h1>Blog</h1>
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Blog - FOSS is Working Against Itself</title>
|
<title>Inferencium Network - Blog - FOSS is Working Against Itself</title>
|
||||||
<link rel="stylesheet" href="../infnet.css">
|
<link rel="stylesheet" href="/infnet.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="../source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>Blog - #0</h1>
|
<h1>Blog - #0</h1>
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Blog - systemd Insecurity</title>
|
<title>Inferencium Network - Blog - systemd Insecurity</title>
|
||||||
<link rel="stylesheet" href="../infnet.css">
|
<link rel="stylesheet" href="/infnet.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="../source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>Blog - #1</h1>
|
<h1>Blog - #1</h1>
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Blog - Untrusted: The Issue with Decentralisation</title>
|
<title>Inferencium Network - Blog - Untrusted: The Issue with Decentralisation</title>
|
||||||
<link rel="stylesheet" href="../infnet.css">
|
<link rel="stylesheet" href="/infnet.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="../source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>Blog - #2</h1>
|
<h1>Blog - #2</h1>
|
||||||
|
10
contact.html
10
contact.html
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Contact</title>
|
<title>Inferencium Network - Contact</title>
|
||||||
<link rel="stylesheet" href="infnet.css">
|
<link rel="stylesheet" href="/infnet.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Contact - Briar</title>
|
<title>Inferencium Network - Contact - Briar</title>
|
||||||
<link rel="stylesheet" href="../infnet.css">
|
<link rel="stylesheet" href="/infnet.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="../source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Contact - Session</title>
|
<title>Inferencium Network - Contact - Session</title>
|
||||||
<link rel="stylesheet" href="../infnet.css">
|
<link rel="stylesheet" href="/infnet.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="../source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Contact - Signal</title>
|
<title>Inferencium Network - Contact - Signal</title>
|
||||||
<link rel="stylesheet" href="../infnet.css">
|
<link rel="stylesheet" href="/infnet.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="../source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Contact - Threema</title>
|
<title>Inferencium Network - Contact - Threema</title>
|
||||||
<link rel="stylesheet" href="../infnet.css">
|
<link rel="stylesheet" href="/infnet.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="../source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Contact - XMPP</title>
|
<title>Inferencium Network - Contact - XMPP</title>
|
||||||
<link rel="stylesheet" href="../infnet.css">
|
<link rel="stylesheet" href="/infnet.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="../source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
|
10
index.html
10
index.html
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network</title>
|
<title>Inferencium Network</title>
|
||||||
<link rel="stylesheet" href=infnet.css>
|
<link rel="stylesheet" href=/infnet.css>
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
|
10
source.html
10
source.html
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Source</title>
|
<title>Inferencium Network - Source</title>
|
||||||
<link rel="stylesheet" href=infnet.css>
|
<link rel="stylesheet" href=/infnet.css>
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="/about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="/contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="/blog.html">Blog</a></div>
|
||||||
<div><a href="source.html">Source</a></div>
|
<div><a href="/source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>Source</h1>
|
<h1>Source</h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user