15 lines
375 B
HTML
15 lines
375 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Live Fortschritt</title>
|
|
<link rel="stylesheet" href="/webs/webs.css">
|
|
</head>
|
|
<body>
|
|
<h1>Video-Konvertierung Fortschritt</h1>
|
|
<div id="videos"></div>
|
|
<script src="/webs/webs.js"></script>
|
|
</body>
|
|
</html>
|
|
|