Files
sql-server-samples/samples/features/security/ledger/source/WorldCup/success.html
T
2022-12-01 13:57:08 +01:00

18 lines
782 B
HTML

<html>
<head>
<style>
body {background-color: black;}
p,h1, label {font-family: "Century Gothic", Gadget, sans-serif; color: white;}
tr:nth-child(even) { background-color: #D6EEEE; }
td, tr, th {vertical-align: middle; font-family: "Century Gothic", Gadget, sans-serif; color: white; }
</style>
</head>
<center>
<img src="img/Congratulations.jpg" width="650">
<body>
<p>Click <a href='%F%' download>here</a> to download a cryptographic receipt of your bet.</p>
<input type="button" onclick="location.href='http://localhost:3000'" value="Place another bet" style='height:70px; width:220px; font-size:1.5em; color:white; background-color:#808080'/>
</body>
</center>
</html>