mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
18 lines
782 B
HTML
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>
|