rust-webserver/html/slow.html

12 lines
210 B
HTML
Raw Permalink Normal View History

2023-07-03 21:44:57 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>That took a while</title>
</head>
<body>
<h1>Hi</h1>
<p>You just waited 5secs to see this page.</p>
</body>
</html>