fix: change style.css reference to public/style.css (#51)
This commit is contained in:
parent
3acbfae84c
commit
4ffa43f7f6
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>Hello HTML</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="/public/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, HTML.</h1>
|
||||
|
@ -18,4 +18,4 @@
|
|||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue