Skip to content

Commit

Permalink
update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmonautKitten committed Dec 13, 2024
1 parent bbb6fdb commit cdf5c37
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<head>
<title>kawaba</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/hovertranslate.css">
<script src="/hovertranslate.js"></script>
<link rel="icon" type="image/x-icon" href="/favicon.png">
<link rel="icon" type="image/x-icon" href="/favicon.ico">


</head>
Expand Down
4 changes: 2 additions & 2 deletions lessons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/hovertranslate.css">
<script src="/hovertranslate.js"></script>
<link rel="icon" type="image/x-icon" href="/favicon.png">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>

<body>
Expand Down Expand Up @@ -36,7 +36,7 @@ <h2>learning kawaba — jenso okawaba</h2>
<li><a href="lesson1">sounds</a></li>
<li><a href="lesson2">basic sentences</a></li>
</ol>
<ol>
<ol start="3" style="position:absolute; left:50%">
<li><a href="lesson3">modifiers</a></li>
<li><a href="lesson4">objects</a></li>
</ol>
Expand Down
5 changes: 4 additions & 1 deletion lessons/lesson1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/hovertranslate.css">
<script src="/hovertranslate.js"></script>
<link rel="icon" type="image/x-icon" href="/favicon.png">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>

<body>
Expand All @@ -24,4 +24,7 @@ <h3>the language of parts</h3>
<button onclick="location.href='https://www.reddit.com/r/kawaba/'">reddit</button>
<button onclick="location.href='https://discord.gg/nXwr6zwtks'">discord</button>
</div>

<h2>the sounds of kawaba — kawaba</h2>

</body>
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/hovertranslate.css">
<script src="/hovertranslate.js"></script>
<link rel="icon" type="image/x-icon" href="/favicon.png">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>

<body>
Expand Down

0 comments on commit cdf5c37

Please sign in to comment.