Skip to content

Commit

Permalink
Update GitHub Pages with latest build from master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent 9a2d722 commit c23150a
Show file tree
Hide file tree
Showing 19 changed files with 247 additions and 94 deletions.
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x64.halb.it
9 changes: 0 additions & 9 deletions docs/about.md

This file was deleted.

Binary file added docs/assets/blinkenlib-BXzj4hbY.wasm
Binary file not shown.
Binary file added docs/assets/fasm.1.73.32-Cxcbx2ne.elf
Binary file not shown.
Binary file added docs/assets/gnu-as.2.43.50-B1tG8GyF.elf
Binary file not shown.
Binary file added docs/assets/gnu-ld.2.43.50-SsngYt5K.elf
Binary file not shown.
195 changes: 195 additions & 0 deletions docs/assets/index-DVF19VgV.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/index-bN3C8yFH.css

Large diffs are not rendered by default.

Binary file added docs/assets/inter-v11-latin-600-DNA4zgp1.woff
Binary file not shown.
Binary file added docs/assets/inter-v11-latin-600-Do_HpvrI.woff2
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/inter-v11-latin-regular-Df2yYjjw.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes
85 changes: 0 additions & 85 deletions docs/design.md

This file was deleted.

12 changes: 12 additions & 0 deletions docs/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="mask-icon" href="/favicon.svg" color ="#fdb54a" />
<title>x86-64 playground</title>

<meta name="description" content="An online x86-64 Assembly playground. Run, learn, and debug Assembly code directly from your browser" />
<meta name="keywords" content="Gdb, x86-64, x64, CTF, assembly, debugger, Fasm, Binutils, webassembly, wasm binutils, wasm assembler" />
<meta name="author" content="https://halb.it" />
<link rel="canonical" href="https://x64.halb.it/" />
<meta name="robots" content="index, follow" />

<meta property="og:title" content="X86-64 playground" />
<meta property="og:description" content="An online x86-64 Assembly playground. Run, learn, and debug Assembly code directly from your browser" />
<meta property="og:image" content="https://x64.halb.it/card.jpg" />
<meta content="1762" property="og:image:width">
<meta content="1068" property="og:image:height">
<meta property="og:url" content="https://x64.halb.it/" />
<meta property="twitter:card" content="https://x64.halb.it/card.jpg" />
<meta property="og:site_name" content="X86-64 playground" />
<meta property="twitter:image:alt" content="X86-64 playground" />
<script type="module" crossorigin src="/assets/index-DVF19VgV.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-bN3C8yFH.css">
</head>

<body>
<div id="app"></div>
<script>
window.goatcounter = {
path: function(p) { return location.host + p }
}
</script>
<script data-goatcounter="https://analytics.halb.it/count" async src="//analytics.halb.it/count.js"></script>
</body>
</html>
Binary file removed docs/preview.png
Binary file not shown.

0 comments on commit c23150a

Please sign in to comment.