Forgot to link 98.css's source

This commit is contained in:
Octo Andri 2022-04-13 15:50:34 +00:00
parent 1aaa0018f0
commit 9673e48c52
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ BaseHTML = """
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/98.css">
<link rel="stylesheet" href="https://unpkg.com/98.css"> <!-- Source: https://github.com/jdan/98.css -->
<link rel="stylesheet" href="Style.css">
<title>{TITLE}</title>