diff options
author | crupest <crupest@outlook.com> | 2022-12-23 16:51:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-23 16:51:25 +0800 |
commit | 49edcf00c2ef5d59a7a4d26277594e7cc92929de (patch) | |
tree | cc337bed16983320779e339b51c2ff15cce6931f /docker/crupest-nginx/sites/www/secrets.html | |
parent | 564b3d70b18afb25a792125548a37070b66c3a60 (diff) | |
download | crupest-49edcf00c2ef5d59a7a4d26277594e7cc92929de.tar.gz crupest-49edcf00c2ef5d59a7a4d26277594e7cc92929de.tar.bz2 crupest-49edcf00c2ef5d59a7a4d26277594e7cc92929de.zip |
Develop secret api. v62
Diffstat (limited to 'docker/crupest-nginx/sites/www/secrets.html')
-rw-r--r-- | docker/crupest-nginx/sites/www/secrets.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docker/crupest-nginx/sites/www/secrets.html b/docker/crupest-nginx/sites/www/secrets.html new file mode 100644 index 0000000..57f5b0d --- /dev/null +++ b/docker/crupest-nginx/sites/www/secrets.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <link rel="icon" href="/favicon.ico" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>crupest secrets management</title> +</head> + +<body> + Hello world! +</body> + +</html>
\ No newline at end of file |