mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
14 lines
331 B
HTML
14 lines
331 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
p,h1, label {font-family: "Calibri", "Arial", Gadget, sans-serif; }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<p>
|
|
<b>Error</b> Please enter valid items: A full name (first and last), a wager amount in USD, and an actual selected bet.
|
|
</p>
|
|
</body>
|
|
</html>
|