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