| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width" /> | |
| <title>TensorFlow - JS Sentence Match</title> | |
| <script defer="defer" src="main.js"></script> | |
| <link rel="stylesheet" href="style.css" /> | |
| </head> | |
| <body> | |
| <div class="card"> | |
| <h1>TensorFlow - JS Sentence Match!</h1> | |
| <div id="root"></div> | |
| </div> | |
| </body> | |
| </html> | |