Enclose CSS path in quotation marks.

This commit is contained in:
inference 2023-06-12 07:50:27 +01:00
parent 71ceffd10c
commit 416e67c1be
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,14 +5,14 @@
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 3.0.1.27 -->
<!-- Version: 3.0.2.28 -->
<html>
<head>
<title>Inferencium - Source</title>
<link rel="stylesheet" href=inf.css>
<link rel="stylesheet" href="inf.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>