Files
nym/nym-wallet/public/index.html
T
Dave Hrycyszyn 5cb4949d46 Renaming tauri-wallet to nym-wallet
Hopefully this will make it a bit clearer as to what people should
compile if they want the wallet.
2021-11-11 10:25:51 +01:00

10 lines
125 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Nym Wallet</title>
</head>
<body>
<div id="root"></div>
</body>
</html>