Files
workbench/index.html
cedrictech-internal fb770a593d Initial commit
2026-03-26 13:21:38 +08:00

13 lines
204 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>PRJ-001 Demo</title>
</head>
<body>
<h1>Hello from PRJ-001</h1>
<p>Deployed by Gitea Actions.</p>
<p>finally!!!</p>
</body>
</html>