dootask/public/empty.html
2025-05-29 01:35:28 +08:00

18 lines
459 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<title>Empty Page</title>
</head>
<body>
<div class="container">
<h1>Welcome to the Empty Page</h1>
<p>This page is intentionally left empty.</p>
</div>
<script>
console.log("Empty page loaded.");
</script>
</body>
</html>