Skip to content

Commit d002181

Browse files
Update GitHub Pages with latest build from master
1 parent 5b594e8 commit d002181

19 files changed

+247
-94
lines changed

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
x64.halb.it

docs/about.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/assets/blinkenlib-BXzj4hbY.wasm

240 KB
Binary file not shown.

docs/assets/fasm.1.73.32-Cxcbx2ne.elf

117 KB
Binary file not shown.
2.2 MB
Binary file not shown.
2.82 MB
Binary file not shown.

docs/assets/index-BobkcXva.js

Lines changed: 195 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-vVxRWgfs.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
22 KB
Binary file not shown.
17.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.

docs/design.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

docs/favicon.svg

Lines changed: 12 additions & 0 deletions
Loading

docs/index.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="mask-icon" href="/favicon.svg" color ="#fdb54a" />
8+
<title>x86-64 playground</title>
9+
10+
<meta name="description" content="An online x86-64 Assembly playground. Run, learn, and debug Assembly code directly from your browser" />
11+
<meta name="keywords" content="Gdb, x86-64, x64, CTF, assembly, debugger, Fasm, Binutils, webassembly, wasm binutils, wasm assembler" />
12+
<meta name="author" content="https://halb.it" />
13+
<link rel="canonical" href="https://x64.halb.it/" />
14+
<meta name="robots" content="index, follow" />
15+
16+
<meta property="og:title" content="X86-64 playground" />
17+
<meta property="og:description" content="An online x86-64 Assembly playground. Run, learn, and debug Assembly code directly from your browser" />
18+
<meta property="og:image" content="https://x64.halb.it/card.jpg" />
19+
<meta content="1762" property="og:image:width">
20+
<meta content="1068" property="og:image:height">
21+
<meta property="og:url" content="https://x64.halb.it/" />
22+
<meta property="twitter:card" content="https://x64.halb.it/card.jpg" />
23+
<meta property="og:site_name" content="X86-64 playground" />
24+
<meta property="twitter:image:alt" content="X86-64 playground" />
25+
<script type="module" crossorigin src="/assets/index-BobkcXva.js"></script>
26+
<link rel="stylesheet" crossorigin href="/assets/index-vVxRWgfs.css">
27+
</head>
28+
29+
<body>
30+
<div id="app"></div>
31+
<script>
32+
window.goatcounter = {
33+
path: function(p) { return location.host + p }
34+
}
35+
</script>
36+
<script data-goatcounter="https://analytics.halb.it/count" async src="//analytics.halb.it/count.js"></script>
37+
</body>
38+
</html>

docs/preview.png

-157 KB
Binary file not shown.

0 commit comments

Comments
 (0)