Spaces:
Running
Running
<html> | |
<head> | |
<title>Registration Success</title> | |
</head> | |
<body> | |
<h1>Registration Successful!</h1> | |
<div> | |
<h2>Disk Usage:</h2> | |
<p>Total: {{ "%.2f"|format(disk_usage.total) }} MB</p> | |
<p>Used: {{ "%.2f"|format(disk_usage.used) }} MB</p> | |
<p>Free: {{ "%.2f"|format(disk_usage.free) }} MB</p> | |
</div> | |
</body> | |
</html> | |