14 lines
374 B
HTML
14 lines
374 B
HTML
|
<!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>
|