diff options
author | Cara Salter <cara@devcara.com> | 2022-06-17 20:34:01 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-06-17 20:34:01 -0400 |
commit | 8bd904670f0e7acea40d0f7f34fac0df502a74c1 (patch) | |
tree | e15c60e98cd9d5c025b96e064071483d5f81083f /templates/about.rs.html | |
parent | ce50fbcdd51f47bad3fd85e91c030879ce5dfad8 (diff) | |
download | site-8bd904670f0e7acea40d0f7f34fac0df502a74c1.tar.gz site-8bd904670f0e7acea40d0f7f34fac0df502a74c1.zip |
Custom RTMP server
Diffstat (limited to 'templates/about.rs.html')
-rw-r--r-- | templates/about.rs.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/about.rs.html b/templates/about.rs.html index 95fb994..010a5ab 100644 --- a/templates/about.rs.html +++ b/templates/about.rs.html @@ -40,4 +40,9 @@ </div> </div> +<div class="centered"> + <h3>solard</h3> + <p>REST API management plane for virtual machines, to enable remote + management across a network.</p> + @:footer_html() |