Properly indent code.
This commit is contained in:
parent
8a765e478f
commit
1a98914ba3
16
index.html
16
index.html
@ -5,19 +5,19 @@
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
||||
|
||||
<!-- Version: 1.0.1.11 -->
|
||||
<!-- Version: 1.0.1.12 -->
|
||||
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<head>
|
||||
<title>Inferencium</title>
|
||||
<link rel="stylesheet" href=inf.css>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<!-- Navigation bar. -->
|
||||
<div class="sidebar">
|
||||
<!-- Navigation bar. -->
|
||||
<div class="sidebar">
|
||||
<img src="asset/img/logo-inferencium-no_text.png"
|
||||
width="110px" height="110px">
|
||||
<a class="title">Inferencium</a><br>
|
||||
@ -28,9 +28,9 @@
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
<body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user