Skip to content

Commit 62a63a4

Browse files
committed
fix
1 parent da8e999 commit 62a63a4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

favicon.jpg

480 KB
Loading

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- and it's easy to individually load additional languages -->
1010
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/go.min.js"></script>
1111
<meta charset="utf-8" />
12-
<link rel="icon" type="image/png" href="favicon.png" />
12+
<link rel="icon" type="image/jpg" href="favicon.jpg" />
1313
<title>rrender</title>
1414
<script>
1515
hljs.highlightAll();
@@ -23,8 +23,7 @@
2323
<svg class="bi me-2" width="40" height="32">
2424
<use xlink:href="#bootstrap"></use>
2525
</svg>
26-
<span class="fs-4">rrender <img style="width: 50px;"
27-
src="https://sun9-14.userapi.com/impg/Zl9qMUOab70R-Km__bGQDr-jQ2xkBEY4dFxb7A/6bdZjOr09lc.jpg?size=1679x2160&quality=95&sign=d0cc93713ca6f99b4688d4eb8e0540e1&type=album"></span>
26+
<span class="fs-4">rrender <img style="width: 50px;" src="favicon.jpg"></span>
2827
</a>
2928
</header>
3029
</div>

0 commit comments

Comments
 (0)