1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/progressbar/html/index.html

18 lines
541 B
HTML
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
<html>
<head>
<link href="./style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="progress-container">
<div class="progress-labels">
<div id="progress-label">Loading...</div>
<div id="progress-percentage">0%</div>
</div>
<div class="progress-bar-container">
<div id="progress-bar"></div>
</div>
</div>
<script src="./script.js" type="text/javascript"></script>
</body>
</html>