prod.html (350B) [raw]
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <link href="asset/euchre-live.production.css" rel="stylesheet"> 6 <link href="suits/H.svg" rel="icon" type="image/x-icon" /> 7 <title>Euchre Live!!</title> 8 </head> 9 <body> 10 <div id="content"></div> 11 <script src="asset/euchre-live.production.js"></script> 12 </body> 13 </html>