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:
parent
21cc58cb8c
commit
00af67b2fc
|
@ -7,6 +7,8 @@
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<!-- additional styling defined by myself -->
|
<!-- additional styling defined by myself -->
|
||||||
<link rel="stylesheet" href="style/additional-style.css">
|
<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>
|
<title>Baxter's Desktop</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue