Skip to content

Commit d6a9b16

Browse files
committed
update
1 parent 26e8f23 commit d6a9b16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3042,7 +3042,7 @@ <h1 id="text01" class="style1" style="opacity: 1; transform: none;">Moderka <mar
30423042
</svg><span class="label">GitHub</span></a>
30433043
</li>
30443044
<li>
3045-
<a href="https://moderka.org/#more" class="button n02">
3045+
<a href="#more" class="button n02">
30463046
<svg>
30473047
<use xlink:href="#icon-8a75e9205b2d7697ad826d592ebf05f0"></use>
30483048
</svg><span class="label">Learn more</span></a>

karibski/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<title>karibski</title>
9-
<link rel="icon" href="https://moderka.org/karibski/karibski.jpg" type="images/jpg">
9+
<link rel="icon" href="./karibski.jpg" type="images/jpg">
1010
<meta name="description" content="Free and comfortable online Lua code editor with source code, beautiful syntax highlighting, error detection system and easy to use API." />
1111
<meta property="og:title" content="karibski" />
1212
<meta property="og:site_name" content="Moderka Scripts">
1313
<meta property="og:url" content="https://moderka.org/karibski/" />
1414
<meta property="og:description" content="Free and comfortable online Lua code editor with source code, beautiful syntax highlighting, error detection system and easy to use API." />
1515
<meta property="og:type" content="website" />
16-
<meta property="og:image" content="https://moderka.org/karibski/karibski.jpg" />
16+
<meta property="og:image" content="./karibski.jpg" />
1717
<style>
1818
body {
1919
overflow: hidden;

0 commit comments

Comments
 (0)