Skip to content

Instantly share code, notes, and snippets.

View edvinmolla's full-sized avatar

ed edvinmolla

View GitHub Profile
@edvinmolla
edvinmolla / LICENSE
Created April 6, 2026 12:23
Integrity Ledger — Tamper-evident hash-chained compliance log (SHA-256 + Ed25519 + RFC 3161)
MIT License
Copyright (c) 2026 Your Company
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
</head>
<body>
<button id="get">Send GET Request</button><br>
<button id="post">Send POST Request</button>
<script>