diff options
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"> |