Skip to content

Commit c3ceeac

Browse files
Correct File Paths
1 parent 6be95cc commit c3ceeac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<meta name="color-scheme" content="light dark">
76
<meta name="google-site-verification" content="_svUXmuhgYBaG38msT_h8NHXnqQuBg6126O-ywAcU0w" />
87
<meta name="description" content="A minimal HTML renderer that reads HTML from the URL.">
98
<meta name="keywords" content="QnD, HTML, HTML Renderer, data://, HTML viewer, base64 html, uri encoded html, URL renderer, minimal renderer"">
109
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1110
<title>QnDHTML</title>
12-
<link rel="icon" type="image/png" href="../assets/qnd_favicon.png">
13-
<link rel="stylesheet" href="../styles.css">
11+
<link rel="icon" type="image/png" href="assets/qnd_favicon.png">
12+
<link rel="stylesheet" href="styles.css">
1413
</head>
1514

1615
<body>
@@ -32,4 +31,4 @@ <h1>QnDHTML</h1>
3231
</div>
3332
</body>
3433

35-
</html>
34+
</html>

0 commit comments

Comments
 (0)