mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-23 07:53:05 +02:00
Removed legacy example plugin files
This commit is contained in:
parent
5abc4ac606
commit
14e1341c34
4
.gitignore
vendored
4
.gitignore
vendored
@ -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.
@ -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>
|
|
Loading…
x
Reference in New Issue
Block a user