fix: change style.css reference to public/style.css (#51)

This commit is contained in:
ehsabd 2021-02-10 18:13:02 +03:30 committed by GitHub
parent 3acbfae84c
commit 4ffa43f7f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Hello HTML</title> <title>Hello HTML</title>
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/public/style.css">
</head> </head>
<body> <body>
<h1>Hello, HTML.</h1> <h1>Hello, HTML.</h1>
@ -18,4 +18,4 @@
</form> </form>
</body> </body>
</html> </html>