index.html 436 B

123456789101112131415
  1. <!DOCTYPE html5>
  2. <html>
  3. <head>
  4. <title>Crosswords</title>
  5. <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"/>
  6. <link href="crosswords.min.css" rel="stylesheet"/>
  7. </head>
  8. <body class="home">
  9. <h1>Grilles</h1>
  10. <div class="grids-wrapper">
  11. <ul id="gridList" class="grids"/>
  12. </div>
  13. <script src="index.min.js"></script>
  14. </body>
  15. </html>