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 10, 2024
1 parent f5106e9 commit 4224ba2
Show file tree
Hide file tree
Showing 26 changed files with 292 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/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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-CC88yzUR.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.

Binary file added docs/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon.ico
Binary file not shown.
16 changes: 16 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.
44 changes: 44 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />

<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="x64" />
<link rel="manifest" href="/site.webmanifest" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>x86-64 playground</title>

<meta name="description" content="An online assembly editor and debugger for the x86-64 architecture. The quickest way to run, debug, and share assembly snippets for a wide range of amd64 assemblers - GNU binutils, Fasm, Nasm" />
<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 assembly editor and debugger for the x86-64 architecture. The quickest way to run, debug, and share assembly snippets for a wide range of amd64 assemblers - GNU binutils, Fasm, Nasm" />
<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-CC88yzUR.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.
3 changes: 3 additions & 0 deletions docs/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
User-agent: *
Allow: /

32 changes: 32 additions & 0 deletions docs/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"id": "playground/v1"
"name": "x64 playground",
"short_name": "x64",
"description": "An online assembly editor and debugger for the x86-64 architecture. The quickest way to run, debug, and share assembly snippets for a wide range of amd64 assemblers - GNU binutils, Fasm, Nasm",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "/card.jpg",
"sizes": "1760x1070",
"label": "Screenshot showing a web app composed of multiple panes with a dark theme. The leftmost pane is a text editor showing an assembly code snippet. the other panes show debugger data like registers and a hexdump of the stack layout of a process."

}
],
"theme_color": "#343434",
"categories": ["education", "programming"],
"background_color": "#1c1e24",
"display": "standalone"
}
Binary file added docs/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4224ba2

Please sign in to comment.