Commit aa5ba11a by Yolanda Nainggolan

update dataframe.html

parent 360adbc5
...@@ -158,7 +158,7 @@ button:hover span:after { ...@@ -158,7 +158,7 @@ button:hover span:after {
table, th, td { table, th, td {
border: 1px solid black; border: 1px solid black;
border-collapse: collapse; border-collapse: collapse;
text-align: center;
} }
form button { form button {
......
...@@ -7,19 +7,18 @@ ...@@ -7,19 +7,18 @@
<link href="../../static/assets/css/dataframe.min.css" rel="stylesheet"> <link href="../../static/assets/css/dataframe.min.css" rel="stylesheet">
<style> <style>
#leftbox { #leftbox {
text-align: center;
float:left; float:left;
white-space: nowrap; white-space: nowrap;
} }
#middlebox{ #middlebox{
float:left; float:left;
text-align: center;
white-space: nowrap; white-space: nowrap;
} }
#middleboxa{ #middleboxb{
float:left; float:left;
white-space: nowrap; text-align: left;
}
#rightbox{
float:right;
white-space: nowrap; white-space: nowrap;
} }
</style> </style>
...@@ -84,7 +83,7 @@ ...@@ -84,7 +83,7 @@
</table> </table>
</div> </div>
<div id = "middlebox"> <div id = "middleboxb">
<table> <table>
<tr> <tr>
<th>LYRICS</th> <th>LYRICS</th>
...@@ -115,7 +114,7 @@ ...@@ -115,7 +114,7 @@
<script> <script>
function pageRedirect_prev() { function pageRedirect_prev() {
window.location.href = "/home"; window.location.href = "/";
} }
function pageRedirect_next() { function pageRedirect_next() {
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<header> <header>
<div class="jumbotron"> <div class="jumbotron">
<h1>Song Lyric Search Engine<br>- Simulator -</h1> <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> </div>
</header> </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