Skip to content

Commit

Permalink
[Update] Logo & Favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritokatklian committed Feb 28, 2024
1 parent dd30298 commit 9e4c187
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
Binary file added favicon.ico
Binary file not shown.
9 changes: 9 additions & 0 deletions images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" />
<meta content="Kurozora" name="Author">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Kurozora — Living in the Database</title>
<link rel="shortcut icon" href="favicon.ico">

<style>
body, html {
Expand Down Expand Up @@ -114,7 +116,7 @@
</head>
<body>
<audio id="background-audio" autoplay loop>
<source src="database.webm" type="audio/webm">
<source src="audios/database.webm" type="audio/webm">
Your browser does not support the database song.
</audio>

Expand All @@ -132,7 +134,7 @@ <h2>Seizure Warning</h2>

<div id="logo-container">
<a id="logo-link" href="https://kurozora.app" target="_blank">
<img src="images/static/icon/logo_gray.svg" alt="Kurozora Logo" width="36" height="36">
<img src="images/logo.svg" alt="Kurozora Logo" width="36" height="36">
</a>
</div>

Expand Down

0 comments on commit 9e4c187

Please sign in to comment.