Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder committed Nov 8, 2024
1 parent ce66b1c commit 0a0b263
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2499806027793061"
crossorigin="anonymous"
></script>
<script defer src="https://chirpy.dev/bootstrapper.js" data-chirpy-domain="smali.pages.dev"></script>
</body>
</html>
6 changes: 5 additions & 1 deletion src/routes/about.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,14 @@
</div>
<div class="subheadgroup six">
<li class="li">
<b>Android Dalvik OPCODES</b>:
<b>Android Dalvik OPCODES & bytecode</b>:
<a
href="https://developer.android.com/reference/dalvik/bytecode/Opcodes.html"
>Click Here</a
> |
<a
href="https://source.android.com/docs/core/runtime/dalvik-bytecode"
>Click Here</a
>
</li>
<br />
Expand Down

0 comments on commit 0a0b263

Please sign in to comment.