Skip to content

Commit a251770

Browse files
committed
Make style sheet url more generic
1 parent 0a1de1d commit a251770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Basic HTML to start a website
1313
<title>Title</title>
1414
<meta name="viewport" content="width=device-width, initial-scale=1">
1515
<meta name="description" content="Description">
16-
<link rel="stylesheet" href="/weblog/style.css">
16+
<link rel="stylesheet" href="style.css">
1717
<script async src='script.js'></script>
1818
</head>
1919
<body>

0 commit comments

Comments
 (0)