Added CDN link for stylesheet as a comment

In case it is needed or for easy testing by
someone who clones the repo
This commit is contained in:
emma 2024-10-28 11:07:49 -04:00
parent 21cc58cb8c
commit 00af67b2fc
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
<link rel="stylesheet" href="style.css">
<!-- additional styling defined by myself -->
<link rel="stylesheet" href="style/additional-style.css">
<!-- CDN link if needed -->
<!-- <link rel="stylesheet" href="https://unpkg.com/@sakun/system.css"> -->
<title>Baxter's Desktop</title>
</head>