Skip to content

Commit

Permalink
Add meta tags configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
obrymec committed Dec 13, 2023
1 parent 8d25931 commit 6da20ef
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@fileoverview: The main html structure.
@supported: DESKTOP, MOBILE
@created: 2023-06-16
@updated: 2023-09-28
@updated: 2023-12-13
@file: index.html
@version: 0.0.3
-->
Expand Down Expand Up @@ -60,6 +60,57 @@
name = "theme-color"
content = "black"
/>
<!--Meta configurations-->
<meta name = "twitter:image:alt" content = "The home page."/>
<meta name = "tweetmeme-title" content = "The home page"/>
<meta property = "og:site_name" content = "GitLab Clone"/>
<meta name = "twitter:title" content = "The home page"/>
<meta property = "og:title" content = "The home page"/>
<meta property = "og:type" content = "article"/>
<meta property = "og:local" content = "en_US"/>
<meta
content = "https://obrymec.github.io/gitlab_home_page_clone/assets/render/render_1.png"
name = "twitter:image"
/>
<meta
content = "https://obrymec.github.io/gitlab_home_page_clone/assets/render/render_1.png"
property = "og:image"
/>
<meta
content = "https://obrymec.github.io/gitlab_home_page_clone/"
property = "og:url"
/>
<meta
content = "https://obrymec.github.io/gitlab_home_page_clone/"
name = "twitter:card"
/>
<meta
name = "twitter:description"
content = "
The project is academic. It's made to evaluate my level in
native web development languages; test my capacity to build
advanced user interfaces with HTML, CSS and JavaScript only
and learn more things about those technologies.
"
/>
<meta
property = "og:description"
content = "
The project is academic. It's made to evaluate my level in
native web development languages; test my capacity to build
advanced user interfaces with HTML, CSS and JavaScript only
and learn more things about those technologies.
"
/>
<meta
name = "description"
content = "
The project is academic. It's made to evaluate my level in
native web development languages; test my capacity to build
advanced user interfaces with HTML, CSS and JavaScript only
and learn more things about those technologies.
"
/>
</head>
<!--Global root-->
<body>
Expand Down

0 comments on commit 6da20ef

Please sign in to comment.