Skip to content

Commit 7accadf

Browse files
authored
Merge pull request #1 from hackclub/renrandev
added favicon and title
2 parents e123726 + 6388220 commit 7accadf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/FAVICON.png

37.9 KB
Loading

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Visual Novel Event</title>
6+
<title>Storyboard</title>
77
<link rel="preconnect" href="https://fonts.googleapis.com">
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
99
<link href="https://fonts.googleapis.com/css2?family=Lilita+One&family=Jost:wght@400;700&display=swap" rel="stylesheet">
1010
<link rel="stylesheet" href="styles.css">
11-
<link rel="icon" type="image/png" href="assets/logo.png">
11+
<link rel="icon" type="image/png" href="assets/FAVICON.png">
1212
</head>
1313
<body>
1414
<header class="main-header">

0 commit comments

Comments
 (0)