forked from fabianhermar/readme-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 2.19 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>README Components</title>
<link rel="shortcut icon" href="assets/Favicon/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="assets/Favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/Favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/Favicon/favicon-16x16.png">
<link rel="manifest" href="assets/Favicon/site.webmanifest">
<link rel="mask-icon" href="assets/Favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="type" content="website">
<meta name="title" content="README Components">
<meta name="description" content="Compilation of different awesome components and badges that you can add to your README.md">
<link rel="canonical" href="https://readme-components.wiki/">
<meta name="application-name" content="fabianhmz.dev">
<meta property="og:url" content="https://readme-components.wiki/">
<meta property="og:type" content="website">
<meta property="og:locate" content="es_MX">
<meta property="og:title" content="README Components">
<meta property="og:image" content="assets/Favicon/apple-touch-icon.png">
<meta property="og:description" content="Compilation of different awesome components and badges that you can add to your README.md">
<meta property="og:site_name" content="readme-components.wiki">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@FabianHMz_">
<meta name="twitter:domain" content="readme-components.wiki">
<meta name="twitter:site" content="@FabianHMz_">
</head>
<body>
<div id="root"></div>
<div class="bg-fixed bg-image" style="background-image: url(assets/hero-bg.svg);"></div>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>