File size: 405 Bytes
981af20
 
 
 
 
1cf09b1
 
981af20
 
 
 
1cf09b1
 
981af20
 
 
1cf09b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<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>