diff options
author | cbdev <cb@cbcdn.com> | 2023-08-12 23:05:18 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2023-08-12 23:05:18 +0200 |
commit | c5564162515f5d6afafe9082e8dbb2ed63a9d256 (patch) | |
tree | bd75dcc77c5ebf099c9f2ca909d2ab086a85c4b0 /interface/listing.htm | |
parent | 68d846d8f78f774d0c90dbc535d78683b040d5b2 (diff) | |
download | cargohold-c5564162515f5d6afafe9082e8dbb2ed63a9d256.tar.gz cargohold-c5564162515f5d6afafe9082e8dbb2ed63a9d256.tar.bz2 cargohold-c5564162515f5d6afafe9082e8dbb2ed63a9d256.zip |
Admin interfaces
Diffstat (limited to 'interface/listing.htm')
-rw-r--r-- | interface/listing.htm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/interface/listing.htm b/interface/listing.htm index 5866825..7cc2b62 100644 --- a/interface/listing.htm +++ b/interface/listing.htm @@ -11,7 +11,7 @@ </head> <body> <div id="header"> - cargohold + <h1>cargohold</h1> </div> <div id="container"> <div class="tab-wrap"> @@ -55,5 +55,6 @@ </div> </div> </div> + <div class="footer"><a href="https://git.services.cbcdn.com/cargohold/">cargohold</a> is a free and open source project</div> </body> </html> |