mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
10 lines
201 B
HTML
10 lines
201 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<style>
|
|
progress { display: block; }
|
|
</style>
|
|
<body>
|
|
<progress value='0.5'></progress>
|
|
</body>
|
|
</html>
|