diff options
author | Zach van Rijn <me@zv.io> | 2025-02-13 12:00:27 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2025-02-13 12:00:27 -0600 |
commit | 0ff7f9242ed9f75bc5e66680d021a097c1fa0ac3 (patch) | |
tree | 75249d37d0003bacb27f035b264fba57bab07640 /src | |
parent | 56bf76ed8b82563637b781b2fcc47f7dc9e800e9 (diff) | |
download | site-ng-0ff7f9242ed9f75bc5e66680d021a097c1fa0ac3.tar.gz site-ng-0ff7f9242ed9f75bc5e66680d021a097c1fa0ac3.tar.bz2 site-ng-0ff7f9242ed9f75bc5e66680d021a097c1fa0ac3.tar.xz site-ng-0ff7f9242ed9f75bc5e66680d021a097c1fa0ac3.zip |
Add security email to Contact page.
Diffstat (limited to 'src')
-rw-r--r-- | src/contact/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/contact/index.html b/src/contact/index.html index 115429d..9f052aa 100644 --- a/src/contact/index.html +++ b/src/contact/index.html @@ -91,8 +91,8 @@ __HEADER__ <div class="container"> <div class="row text-left"> <div class="col-12 col-sm-10 offset-sm-1 col-md-8 offset-md-2 col-lg-6 offset-lg-3"> - <h4 class="font-weight-normal">Enterprise Support</h4> - <p>Please email <code>consulting@adelielinux.org</code> for more information.</p> + <h4 class="font-weight-normal">Enterprise Support and Security Matters</h4> + <p>Please email <code>consulting@</code> or <code>security@</code>, respectively.</p> </div> </div><!-- end row --> </div><!-- end container --> |