Switch to local stylesheeet as CDN was unreliable
This commit is contained in:
parent
c044dc10bd
commit
21cc58cb8c
|
@ -1 +1,8 @@
|
||||||
img/
|
img/
|
||||||
|
dist/
|
||||||
|
fonts/
|
||||||
|
icon/
|
||||||
|
node_modules/
|
||||||
|
package-lock.json
|
||||||
|
package.json
|
||||||
|
style.css
|
|
@ -3,8 +3,10 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/@sakun/system.css">
|
<!-- system.css -->
|
||||||
<link rel="stylesheet" href="style/style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<!-- additional styling defined by myself -->
|
||||||
|
<link rel="stylesheet" href="style/additional-style.css">
|
||||||
<title>Baxter's Desktop</title>
|
<title>Baxter's Desktop</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue