- <!DOCTYPE html5>
- <html>
- <head>
- <title>Crosswords</title>
- <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"/>
- <link href="crosswords.min.css" rel="stylesheet"/>
- </head>
- <body class="home">
- <h1>Grilles</h1>
- <div class="grids-wrapper">
- <ul id="gridList" class="grids"/>
- </div>
- <script src="index.min.js"></script>
- </body>
- </html>
|