Removed legacy example plugin files

This commit is contained in:
Toby Chui 2025-02-28 22:07:08 +08:00
parent 5abc4ac606
commit 14e1341c34
3 changed files with 3 additions and 25 deletions

4
.gitignore vendored
View File

@ -45,5 +45,7 @@ src/log/
# dev-tags # dev-tags
/Dockerfile /Dockerfile
/Entrypoint.sh /Entrypoint.sh
example/plugins/zerotiernc/authtoken.secret
# plugins
example/plugins/ztnc/ztnc.db example/plugins/ztnc/ztnc.db
example/plugins/ztnc/authtoken.secret

Binary file not shown.

View File

@ -1,24 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
}
</style>
</head>
<body>
<div style="text-align: center;">
<h1>Hello World</h1>
<p>Welcome to your first Zoraxy plugin</p>
</div>
</body>
</html></html>