Update webpage "Redirect - Git" from version 1.0.0+10 to 1.0.1
This commit is contained in:
parent
fdd853a1d5
commit
133205e6e4
@ -1,25 +1,24 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Redirect - git.inferencium.net -->
|
<!-- Inferencium - Website - Redirect - git.inferencium.net -->
|
||||||
|
<!-- Version: 1.0.1 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.0+10 -->
|
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
<html>
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium - Redirect</title>
|
<title>Inferencium - Redirect</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<div class="sidebar">
|
<body>
|
||||||
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<nav class="nav-bar">
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<br>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<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>
|
||||||
@ -27,8 +26,7 @@
|
|||||||
<div><a href="source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
</div>
|
</nav>
|
||||||
<body>
|
|
||||||
<h1>Redirect</h1>
|
<h1>Redirect</h1>
|
||||||
<p><code>git.inferencium.net</code> has been relocated to <code>src.inferencium.net</code>.<br>
|
<p><code>git.inferencium.net</code> has been relocated to <code>src.inferencium.net</code>.<br>
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user