tweak
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
<title>Manga Downloader</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="grid-container">
|
||||
<div class="header">Super Awesome Mange Downloading and Viewing Thing</div>
|
||||
<div class="header">Super Awesome Mange Downloading and Maybe Someday Viewing Thing</div>
|
||||
<div class="nav" align="left">
|
||||
<ul>
|
||||
<li><button class=button onclick="activeReturn()">Active</button>
|
||||
@@ -74,7 +74,7 @@
|
||||
document.getElementById('main').appendChild(div);
|
||||
|
||||
fetch('/download')
|
||||
.then(response => response.json())
|
||||
.then(response => response.json())
|
||||
.then(function(data){
|
||||
<!--list of updated manga-->
|
||||
for (i=0; data.manga.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user