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> <head>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Title</title> <title>Manga Downloader</title>
</head> </head>
<body> <body>
<div class="grid-container"> <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"> <div class="nav" align="left">
<ul> <ul>
<li><button class=button onclick="activeReturn()">Active</button> <li><button class=button onclick="activeReturn()">Active</button>
@@ -74,7 +74,7 @@
document.getElementById('main').appendChild(div); document.getElementById('main').appendChild(div);
fetch('/download') fetch('/download')
.then(response => response.json()) .then(response => response.json())
.then(function(data){ .then(function(data){
<!--list of updated manga--> <!--list of updated manga-->
for (i=0; data.manga.length; i++) { for (i=0; data.manga.length; i++) {