preprod.html (721B) [raw]
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <link href="asset/euchre-live.development.css" rel="stylesheet"> 6 <link href="suits/H.svg" rel="icon" type="image/x-icon" /> 7 <style> 8 #preprod-alert { 9 height: 30px; 10 background-color: #ff5050; 11 } 12 #preprod-warning { 13 color: #ffffff; 14 text-align: center; 15 font-weight: bold; 16 font-size: large; 17 vertical-align: middle; 18 } 19 </style> 20 <title>(PreProd) Euchre Live</title> 21 </head> 22 <body> 23 <div id="preprod-alert"> 24 <p id="preprod-warning"> 25 WARNING: Using the pre-production euchre.live version 26 </p> 27 </div> 28 <div id="content"></div> 29 <script src="asset/euchre-live.development.js"></script> 30 </body> 31 </html>