|
4 | 4 | @fileoverview: The main html structure.
|
5 | 5 | @supported: DESKTOP, MOBILE
|
6 | 6 | @created: 2023-06-16
|
7 |
| - @updated: 2023-09-28 |
| 7 | + @updated: 2023-12-13 |
8 | 8 | @file: index.html
|
9 | 9 | @version: 0.0.3
|
10 | 10 | -->
|
|
60 | 60 | name = "theme-color"
|
61 | 61 | content = "black"
|
62 | 62 | />
|
| 63 | + <!--Meta configurations--> |
| 64 | + <meta name = "twitter:image:alt" content = "The home page."/> |
| 65 | + <meta name = "tweetmeme-title" content = "The home page"/> |
| 66 | + <meta property = "og:site_name" content = "GitLab Clone"/> |
| 67 | + <meta name = "twitter:title" content = "The home page"/> |
| 68 | + <meta property = "og:title" content = "The home page"/> |
| 69 | + <meta property = "og:type" content = "article"/> |
| 70 | + <meta property = "og:local" content = "en_US"/> |
| 71 | + <meta |
| 72 | + content = "https://obrymec.github.io/gitlab_home_page_clone/assets/render/render_1.png" |
| 73 | + name = "twitter:image" |
| 74 | + /> |
| 75 | + <meta |
| 76 | + content = "https://obrymec.github.io/gitlab_home_page_clone/assets/render/render_1.png" |
| 77 | + property = "og:image" |
| 78 | + /> |
| 79 | + <meta |
| 80 | + content = "https://obrymec.github.io/gitlab_home_page_clone/" |
| 81 | + property = "og:url" |
| 82 | + /> |
| 83 | + <meta |
| 84 | + content = "https://obrymec.github.io/gitlab_home_page_clone/" |
| 85 | + name = "twitter:card" |
| 86 | + /> |
| 87 | + <meta |
| 88 | + name = "twitter:description" |
| 89 | + content = " |
| 90 | + The project is academic. It's made to evaluate my level in |
| 91 | + native web development languages; test my capacity to build |
| 92 | + advanced user interfaces with HTML, CSS and JavaScript only |
| 93 | + and learn more things about those technologies. |
| 94 | + " |
| 95 | + /> |
| 96 | + <meta |
| 97 | + property = "og:description" |
| 98 | + content = " |
| 99 | + The project is academic. It's made to evaluate my level in |
| 100 | + native web development languages; test my capacity to build |
| 101 | + advanced user interfaces with HTML, CSS and JavaScript only |
| 102 | + and learn more things about those technologies. |
| 103 | + " |
| 104 | + /> |
| 105 | + <meta |
| 106 | + name = "description" |
| 107 | + content = " |
| 108 | + The project is academic. It's made to evaluate my level in |
| 109 | + native web development languages; test my capacity to build |
| 110 | + advanced user interfaces with HTML, CSS and JavaScript only |
| 111 | + and learn more things about those technologies. |
| 112 | + " |
| 113 | + /> |
63 | 114 | </head>
|
64 | 115 | <!--Global root-->
|
65 | 116 | <body>
|
|
0 commit comments