github.com/EngineerKamesh/gofullstack@v0.0.0-20180609171605-d41341d7d4ee/volume3/section1/intermediate/static/cars.html (about)

     1  <html>
     2  <head>
     3  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
     4  <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
     5  <script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
     6  </head>
     7  <body>
     8  <table class="mdl-data-table mdl-js-data-table mdl-shadow--2dp">
     9    <thead>
    10      <tr>
    11        <th class="mdl-data-table__cell--non-numeric">Model Name</th>
    12        <th class="mdl-data-table__cell--non-numeric">Color</th>
    13        <th class="mdl-data-table__cell--non-numeric">Manufacturer</th>
    14      </tr>
    15    </thead>
    16    <tbody id="autoTableBody">
    17    </tbody>
    18  </table>
    19  <script src="/js/cars.js"></script>
    20  </body>
    21  </html>