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