index.html 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Home - Sv443 Network</title>
  5. <!-- #SECTION meta -->
  6. <meta charset="UTF-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta name="HandheldFriendly" content="true">
  9. <!-- page name -->
  10. <meta name="pagename" content="Sv443 Network">
  11. <meta property="og:title" content="Sv443 Network">
  12. <meta name="application-name" content="Sv443 Network">
  13. <meta name="description" content="A small network offering free to use and open source applications and services">
  14. <meta name="twitter:card" content="A small network offering free to use and open source applications and services">
  15. <meta property="og:description" content="A small network offering free to use and open source applications and services">
  16. <!-- other -->
  17. <meta name="copyright" content="Sv443 - MIT license ( https://sv443.net/LICENSE )">
  18. <meta name="author" content="Sv443 ([email protected])">
  19. <meta name="google-site-verification" content="_oYMGw_A8atIEi97sffInQNpEVrgp25lgCH2uDZ9WUs">
  20. <meta name="msvalidate.01" content="E7F67DC0A96E1B4B82A133B38600F151">
  21. <meta property="og:url" content="https://sv443.net/">
  22. <meta property="og:image" content="https://sv443.net/favicon.png">
  23. <meta property="og:type" content="profile">
  24. <meta property="og:locale" content="en_US">
  25. <meta property="og:locale:alternate" content="en_GB">
  26. <meta property="og:locale:alternate" content="de_DE">
  27. <meta property="og:locale:alternate" content="de_CH">
  28. <meta property="og:locale:alternate" content="de_AT">
  29. <!-- icon -->
  30. <link rel="apple-touch-icon" sizes="180x180" href="/resources/icons/apple-touch-icon.png">
  31. <link rel="icon" type="image/png" sizes="32x32" href="/resources/icons/favicon-32x32.png">
  32. <link rel="icon" type="image/png" sizes="16x16" href="/resources/icons/favicon-16x16.png">
  33. <link rel="manifest" href="/resources/icons/site.webmanifest">
  34. <link rel="mask-icon" href="/resources/icons/safari-pinned-tab.svg" color="#000000">
  35. <link rel="shortcut icon" href="/resources/icons/favicon.ico">
  36. <meta name="msapplication-TileColor" content="#000000">
  37. <meta name="msapplication-config" content="/resources/icons/browserconfig.xml">
  38. <meta name="theme-color" content="#000000">
  39. <!-- #SECTION scripts -->
  40. <script src="./js/index.js"></script>
  41. <!-- #SECTION styles -->
  42. <link rel="stylesheet" href="./css/index.css">
  43. </head>
  44. <body data-lang="en">
  45. <select id="switchLang" value="en" onchange="switchLang(this.value)">
  46. <option value="en" selected>English</option>
  47. <option value="de">Deutsch</option>
  48. </select>
  49. </body>
  50. </html>