We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1de1d commit a251770Copy full SHA for a251770
README.md
@@ -13,7 +13,7 @@ Basic HTML to start a website
13
<title>Title</title>
14
<meta name="viewport" content="width=device-width, initial-scale=1">
15
<meta name="description" content="Description">
16
- <link rel="stylesheet" href="/weblog/style.css">
+ <link rel="stylesheet" href="style.css">
17
<script async src='script.js'></script>
18
</head>
19
<body>
0 commit comments