mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 11:01:52 +03:00
9 lines
128 B
HTML
9 lines
128 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<progress max="1"></progress>
|
||
|
</body>
|
||
|
</html>
|