1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Home - Sv443 Network</title>
- <!-- #SECTION meta -->
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="HandheldFriendly" content="true">
- <!-- page name -->
- <meta name="pagename" content="Sv443 Network">
- <meta property="og:title" content="Sv443 Network">
- <meta name="application-name" content="Sv443 Network">
- <meta name="description" content="A small network offering free to use and open source applications and services">
- <meta name="twitter:card" content="A small network offering free to use and open source applications and services">
- <meta property="og:description" content="A small network offering free to use and open source applications and services">
- <!-- other -->
- <meta name="copyright" content="Sv443 - MIT license ( https://sv443.net/LICENSE )">
- <meta name="author" content="Sv443 ([email protected])">
- <meta name="google-site-verification" content="_oYMGw_A8atIEi97sffInQNpEVrgp25lgCH2uDZ9WUs">
- <meta name="msvalidate.01" content="E7F67DC0A96E1B4B82A133B38600F151">
- <meta property="og:url" content="https://sv443.net/">
- <meta property="og:image" content="https://sv443.net/favicon.png">
- <meta property="og:type" content="profile">
- <meta property="og:locale" content="en_US">
- <meta property="og:locale:alternate" content="en_GB">
- <meta property="og:locale:alternate" content="de_DE">
- <meta property="og:locale:alternate" content="de_CH">
- <meta property="og:locale:alternate" content="de_AT">
- <!-- icon -->
- <link rel="apple-touch-icon" sizes="180x180" href="/resources/icons/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/resources/icons/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/resources/icons/favicon-16x16.png">
- <link rel="manifest" href="/resources/icons/site.webmanifest">
- <link rel="mask-icon" href="/resources/icons/safari-pinned-tab.svg" color="#000000">
- <link rel="shortcut icon" href="/resources/icons/favicon.ico">
- <meta name="msapplication-TileColor" content="#000000">
- <meta name="msapplication-config" content="/resources/icons/browserconfig.xml">
- <meta name="theme-color" content="#000000">
- <!-- #SECTION scripts -->
- <script src="./js/index.js"></script>
- <!-- #SECTION styles -->
- <link rel="stylesheet" href="./css/index.css">
- </head>
- <body data-lang="en">
- <select id="switchLang" value="en" onchange="switchLang(this.value)">
- <option value="en" selected>English</option>
- <option value="de">Deutsch</option>
- </select>
- </body>
- </html>
|