This commit is contained in:
Dan
2020-08-07 02:34:55 -04:00
parent 5a319c8eb6
commit f6387a2b7e

View File

@@ -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++) {