Add test file

This commit is contained in:
Helen Chong 2024-04-05 19:11:45 +08:00
parent 5bf0e326ae
commit 05a9ac5f76
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test: GitHub Action Deployment</title>
</head>
<body>
<main>
<h1>Test: GitHub Action Deployment</h1>
<p>This is a test file for the GitHub Action to deploy to Neocities.</p>
</main>
</body>
</html>