-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Pages with latest build from master
- Loading branch information
1 parent
9a2d722
commit c23150a
Showing
19 changed files
with
247 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
x64.halb.it |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.