-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.08 KB
/
Copy pathindex.html
File metadata and controls
40 lines (37 loc) · 1.08 KB
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>
<html >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Quick Engine</title>
<link rel="stylesheet" href="css/style.css">
<link href="font/roboto.css" rel="stylesheet">
</head>
<body>
<div class="row">
<div class="col-3 left"><div class="about" >
<p>Quick Engine quickly displays short description of a particular Subject.</p>
</div>
<div class="wk-table"></div></div>
<div class="col-6 mid">
<input type="search" class="search" placeholder="Search..." />
<div class="wk-auto" ></div>
<iframe class="frame" src="" frameborder="0" allowfullscreen></iframe>
<div class="yt-info" ></div>
<div class="wk-para"></div>
</div>
<div class="col-3 right">
<div class="about" ><p>Powered by : Google , Wikipedia , Youtube</p></div>
<div class="kg" >
<p class="kg-score" ></p>
<h2 class="kg-desc" ></h2>
<p class="kg-detail"></p>
</div>
<div class="analysis" >
</div>
</div>
</div>
<script src='js/jquery.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>