Univerter/resources/downloading.html

17 lines
483 B
HTML
Raw Normal View History

2024-01-17 19:48:08 -06:00
<!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>