Commit aa5ba11a by Yolanda Nainggolan

update dataframe.html

parent 360adbc5
......@@ -158,7 +158,7 @@ button:hover span:after {
table, th, td {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}
form button {
......
......@@ -7,19 +7,18 @@
<link href="../../static/assets/css/dataframe.min.css" rel="stylesheet">
<style>
#leftbox {
text-align: center;
float:left;
white-space: nowrap;
}
#middlebox{
float:left;
text-align: center;
white-space: nowrap;
}
#middleboxa{
}
#middleboxb{
float:left;
white-space: nowrap;
}
#rightbox{
float:right;
text-align: left;
white-space: nowrap;
}
</style>
......@@ -84,7 +83,7 @@
</table>
</div>
<div id = "middlebox">
<div id = "middleboxb">
<table>
<tr>
<th>LYRICS</th>
......@@ -115,7 +114,7 @@
<script>
function pageRedirect_prev() {
window.location.href = "/home";
window.location.href = "/";
}
function pageRedirect_next() {
......
......@@ -12,7 +12,7 @@
<header>
<div class="jumbotron">
<h1>Song Lyric Search Engine<br>- Simulator -</h1>
<p>Search engine yang pake inverted index untuk indexing nya</p>
<p>Proyek Sistem Temu Balik Informasi 2020</p>
</div>
</header>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment