euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

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>