Fix the missing favicon error

This commit is contained in:
2024-11-05 15:41:34 -07:00
parent 90a87af526
commit 8888825844
3 changed files with 6 additions and 9 deletions

View File

@ -1,16 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<head>
<title>Hello World</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<link rel="icon" href="static/favicon.ico">
</head>
<body>
<h1>Hello World</h1>
</body>
</body>
</html>