This commit is contained in:
2025-04-21 11:54:18 +02:00
parent d8a314df41
commit 67cbb35156
12 changed files with 1271 additions and 13 deletions

View File

@@ -84,6 +84,17 @@
.hidden {
display: none;
}
.nav-links {
margin-bottom: 20px;
}
.nav-links a {
margin-right: 15px;
text-decoration: none;
color: #007bff;
}
.nav-links a:hover {
text-decoration: underline;
}
.pubkey-container {
margin-top: 15px;
padding: 10px;
@@ -109,6 +120,11 @@
<body>
<h1>Rust WebAssembly Crypto Example</h1>
<div class="nav-links">
<a href="index.html">Main Crypto Demo</a>
<a href="ethereum.html">Ethereum Demo</a>
</div>
<!-- Login/Space Management Section -->
<div class="container" id="login-container">
<h2>Key Space Management</h2>