We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59813f commit a949ce9Copy full SHA for a949ce9
1 file changed
PAL/404.html
@@ -25,8 +25,8 @@
25
content="The memory address you are trying to access is not allocated. Invalid register access. Please reset your program counter.">
26
<meta name="robots" content="noindex, follow">
27
<meta name="theme-color" content="#2563eb">
28
- <link rel="icon" type="image/svg+xml"
29
- href="/COMPUTER-ORGANIZATION-AND-ARCHITECTURE-AND-PROCESSOR-ARCHITECTURE-LAB/assets/icon.svg">
+ <link rel="icon" type="image/png" href="assets/icon-192.png">
+ <link rel="apple-touch-icon" href="assets/icon-192.png">
30
31
<!-- Fonts -->
32
<link
0 commit comments