1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-03 06:12:53 +02:00

Fix broken build

This commit is contained in:
Kamran Ahmed
2022-10-22 02:25:10 +05:00
parent c4a16e20b6
commit e4f9d8b475
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Semantic HTML
Semantic element clearly describes its meaning to both the browser and the developer. In HTML,semantic element are the type of elements that can be used to define different parts of a web page such as <form>, <table>, <article>, <header>, <footer>, etc.
Semantic element clearly describes its meaning to both the browser and the developer. In HTML,semantic element are the type of elements that can be used to define different parts of a web page such as `<form>`, `<table>`, `<article>`, `<header>`, `<footer>`, etc.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://developer.mozilla.org/en-US/docs/Glossary/Semantics'>Semantics - MDN Web Docs Glossary: Definitions of Web-related terms | MDN</BadgeLink>

View File

@@ -4,4 +4,4 @@ Centrifugo is an open-source scalable real-time messaging server. Centrifugo can
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='GitHub Repository' href='https://github.com/centrifugal/centrifugo'>GitHub Repository</BadgeLink>
<BadgeLink badgeText='Read' href='https://centrifugal.dev/docs/getting-started/introduction'>Getting started</BadgeLink
<BadgeLink badgeText='Read' href='https://centrifugal.dev/docs/getting-started/introduction'>Getting started</BadgeLink>