mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
18 lines
459 B
HTML
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>
|