17 lines
438 B
HTML
17 lines
438 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link rel="stylesheet" type="text/css" href="index.css">
|
||
|
<link rel="stylesheet" type="text/css" href="dark-theme.css">
|
||
|
<title>Please Wait..</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app">
|
||
|
<h1>Gathering the latest information, please wait..</h1>
|
||
|
</div>
|
||
|
<script src="index.js"></script>
|
||
|
</body>
|
||
|
</html>
|