-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (19 loc) · 873 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Two Letter Scrabble Words</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
<link href='https://fonts.googleapis.com/css?family=Inconsolata&subset=latin' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="js/tlsw.js"></script>
<script type="text/javascript" src="js/scrabble.js"></script>
</head>
<body id="body">
<div id="vizcontainer">
<div id="first"></div>
<canvas id="lines"></canvas>
<div id="second"></div>
<div id="definitions"></div>
</div>
</body>
</html>