Remove missed navigation bar line break

This commit is contained in:
inference 2023-11-16 22:42:14 +00:00
parent b996e9f38f
commit 810cf5355b
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Source --> <!-- Inferencium - Website - Source -->
<!-- Version: 4.0.1 --> <!-- Version: 4.0.2-alpha.1 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -17,7 +17,7 @@
<body> <body>
<nav class="nav-bar"> <nav class="nav-bar">
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div> <div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="index.html" class="title">Inferencium</a><br></div> <div><a href="index.html" class="title">Inferencium</a></div>
<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>