FUNCTIONING
This commit is contained in:
parent
3939aa416f
commit
c05f172aec
7 changed files with 440 additions and 14 deletions
17
resources/downloading.html
Normal file
17
resources/downloading.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
<title>Downloading...</title>
|
||||
</head>
|
||||
<body>
|
||||
<title style="display: none;" aria-disabled="true">Downloading...</title>
|
||||
<h1>Downloading...</h1>
|
||||
<p style="white-space: pre-wrap; padding: 0;">{CONTENT}</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue