|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="UTF-8" /> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 8 | + <title>Multividas.com</title> |
| 9 | + <link rel="shortcut icon" |
| 10 | + href="https://raw.githubusercontent.com/multividas/developers-multividas/refs/heads/main/docs/public/images/logo.svg" |
| 11 | + type="image/x-icon" /> |
| 12 | + <!-- meta desc --> |
| 13 | + <meta name="description" |
| 14 | + content="Multividas.com is social media platform, where you can share posts, publish articles and news .." /> |
| 15 | + <meta name="keywords" content="multividas.com" /> |
| 16 | + <meta name="author" content="multividas.com" /> |
| 17 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 18 | + |
| 19 | + <!-- open graph --> |
| 20 | + <meta property="og:locale" content="en_US" /> |
| 21 | + <meta property="og:type" content="website" /> |
| 22 | + <meta property="og:title" content="multividas.com" /> |
| 23 | + <meta property="og:description" |
| 24 | + content="Multividas.com is social media platform, where you can share posts, publish articles and news .." /> |
| 25 | + <meta property="og:url" content="https://multividas.com" /> |
| 26 | + <meta property="og:site_name" content="multividas.com" /> |
| 27 | + <meta name="theme-color" content="#0f4c81" /> |
| 28 | + |
| 29 | + <!-- styles css --> |
| 30 | + <link rel=" stylesheet" href=" ./[email protected]" /> |
| 31 | + <link rel=" stylesheet" href=" ./[email protected]" /> |
| 32 | + <link rel=" stylesheet" href=" ./[email protected]" /> |
| 33 | +</head> |
| 34 | + |
| 35 | +<body> |
| 36 | + <main class="main__container"> |
| 37 | + <section class="multividas__section"> |
| 38 | + <h1>Multividas.com</h1> |
| 39 | + <p>Multividas.com is a social media platform for sharing posts, publishing articles, and news...</p> |
| 40 | + </section> |
| 41 | + |
| 42 | + <section class="multividas__section"> |
| 43 | + <h2>Security Issues</h2> |
| 44 | + <p>If you discover a security vulnerability, please review our |
| 45 | + <a href="https://github.com/multividas/.github/blob/main/SECURITY.md" target="_blank">[security issue guidelines]</a> |
| 46 | + </p> |
| 47 | + </section> |
| 48 | + |
| 49 | + <section class="multividas__section"> |
| 50 | + <h2>Contact us</h2> |
| 51 | + <p>Send an email to our dev team at: |
| 52 | + |
| 53 | + </p> |
| 54 | + </section> |
| 55 | + </main> |
| 56 | +</body> |
| 57 | + |
| 58 | +</html> |
0 commit comments