Merge branch 'main' of https://git.yannick-weigert.de/liquid-development/website
This commit is contained in:
32
index.html
32
index.html
@@ -1,15 +1,31 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/ico+xml" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Liquid Development - German software development team focused on open-source projects & modern tools." />
|
||||
<meta name="theme-color" content="#00A3FF" />
|
||||
<!-- 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>
|
||||
|
||||
Reference in New Issue
Block a user