Added favicon and meta tags
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.idea/
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
|
||||
31
index.html
31
index.html
@@ -1,12 +1,31 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<head>
|
||||
<!-- Standard Meta -->
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<meta name="description" content="Open-source software development team">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://liquid-dev.de/">
|
||||
<meta property="og:title" content="Liquid Development">
|
||||
<meta property="og:description" content="Open-source software development team">
|
||||
<meta property="og:image" content="public/social-share.webp">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:url" content="https://liquid-dev.de/">
|
||||
<meta name="twitter:title" content="Liquid Development">
|
||||
<meta name="twitter:description" content="Open-source software development team">
|
||||
<meta name="twitter:image" content="public/social-share.webp">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/png" href="public/favicon.ico">
|
||||
<title>Liquid Development</title>
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
2671
package-lock.json
generated
Normal file
2671
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
public/social-share.webp
Normal file
BIN
public/social-share.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user