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 | 0ffeaaf82d0b8d3158e9d04cbe630498bdda2fe7 (patch) | |
tree | cc337bed16983320779e339b51c2ff15cce6931f /docker/crupest-nginx/sites/www/secrets.html | |
parent | 4d8c1ed02fbe706d42f2364c34509216f71b8266 (diff) | |
download | crupest-0ffeaaf82d0b8d3158e9d04cbe630498bdda2fe7.tar.gz crupest-0ffeaaf82d0b8d3158e9d04cbe630498bdda2fe7.tar.bz2 crupest-0ffeaaf82d0b8d3158e9d04cbe630498bdda2fe7.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 |