-
Notifications
You must be signed in to change notification settings - Fork 0
/
array.html
44 lines (35 loc) · 1.29 KB
/
array.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="jquery.textcomplete.js"></script>
<script type="text/javascript" src="auto.micro.min.js"></script>
<script src = "array.js"></script>
<link rel="stylesheet" type="text/css" href="array.css">
</head>
<body>
<div id = "title">
<img src="TypefaceLogoFinal.png"></img>
</div>
<br></br>
<div class = "flexbox row">
<div id = "flex-1" class="column">
<table id = "table" cellspacing="0" cellpadding="0">
<colgroup id = "colgroup-0"></colgroup>
<colgroup id = "colgroup-1"></colgroup>
<colgroup id = "colgroup-2"></colgroup>
<colgroup id = "colgroup-3"></colgroup>
<colgroup id = "colgroup-4"></colgroup>
<colgroup id = "colgroup-5"></colgroup>
</table>
</div>
<div id="flex-2" class="column">
<div id = "message_content">
<textarea id = "message"></textarea>
</div>
</div>
</div>
<br></br><br></br>
<div id = "test"></div>
</body>