14 lines
213 B
HTML
14 lines
213 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>PLEX Web Downloader</title>
|
|
<script src="./js/startup.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<section>
|
|
Chargement en cours...
|
|
</section>
|
|
</body>
|
|
</html>
|