diff options
author | stderr64 <stderr64@wizardbox.wizardbox.local> | 2024-02-08 01:44:16 +0200 |
---|---|---|
committer | stderr64 <stderr64@wizardbox.wizardbox.local> | 2024-02-08 01:44:16 +0200 |
commit | c5b5afcbf34ff8ea1c937fd53cf7c56bee5c1b05 (patch) | |
tree | 555ba8d658f8c0aad193ebc5afb3ad78484f9c3b /about/index.html | |
parent | da647730159f3ee55624a75d25ef241c0be3b343 (diff) | |
download | VoidNet_New-c5b5afcbf34ff8ea1c937fd53cf7c56bee5c1b05.tar.gz VoidNet_New-c5b5afcbf34ff8ea1c937fd53cf7c56bee5c1b05.tar.zst |
Small code improvements
Diffstat (limited to 'about/index.html')
-rw-r--r-- | about/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/about/index.html b/about/index.html index 74ec6d3..185e9c5 100644 --- a/about/index.html +++ b/about/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> -<meta name="viewport" content="width=device-width,initial-scale=0.7"/> +<meta name="viewport" content="width=device-width, initial-scale=0.7"/> <meta name="description" content="VoidNet Server Network"/> <meta property="og:title" content="VoidNet"/> <meta property="og:description" content="VoidNet Server Network"/> @@ -12,7 +12,7 @@ <div class="content"> <center> <div class="page_header_background"> -<img src="../images/logo.svg"></img> +<img src="../images/logo.svg" alt="VoidNet Logo" width="184px" height="184px"></img> </div> <br/> <div class="page_nav"> |