-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (34 loc) · 1.91 KB
/
index.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
<!DOCTYPE HTML>
<head>
<title>rat.io</title>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">Array.prototype.reduce = undefined;</script>
<script>google.load("visualization", "1", {'packages': ['corechart','table']});</script>
<script src="//fgnass.github.io/spin.js/dist/spin.min.js" defer></script>
<script src="js/index.js" defer></script>
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body>
<div id="container">
<h1 id="title">rat<span class="dot">.</span><span class="io">io</span></h1>
<div id="line">
<div id="spinner"></div>
<input id="keywords" type="text" name="keywords" placeholder="Keywords" autocomplete="off">
</div>
<button id="submit">Search</button>
<p id="desc"></p>
<div id="chartContainer">
<center><div id="chartDiv"></div></center>
</div>
</div>
<div id="bContainer">
<div id="tbl_cont">
<div id="tbl">Resourceful and Eye-Appealing</div>
<div id="tbl">Check the Mood of Your Keywords</div>
<div id="tbl">An Easy and Convenient Search</div>
<div id="tbl2">A simple, intuitive interface that masks a complex series of heuristics designed to measure internet love.<br><br><center><blue>Blue</blue> = Positive<br><red>Red</red> = Negative</center></div>
<div id="tbl2">Take an interesting look at the subtle and not so subtle opinions thousands of people share on the internet every day.</div>
<div id="tbl2">Narrow or broaden your search using a variety of built in functions designed with the user in mind.<br><br><center>You can use any of these combinations:<br>-shopping<br>-places  -search<br>-social  -news</center></div>
</div>
</div>
</body>