chore(katenary): Use the new organization repository
This commit is contained in:
49
src/index.html
Normal file
49
src/index.html
Normal file
@@ -0,0 +1,49 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Katenary: Effortless Helm Chart Conversion"
|
||||
/>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="Katenary, Helm, Kubernetes, Compose, Docker, Podman, Helm chart"
|
||||
/>
|
||||
<meta name="author" content="Patrice Ferlet (aka metal3d)" />
|
||||
<link rel="icon" href="icon.ico" />
|
||||
<title>Katenary - Effortless Helm Chart Conversion</title>
|
||||
<link rel="stylesheet" href="main.css" />
|
||||
|
||||
<link
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://unpkg.com/@highlightjs/cdn-assets@11.9.0/styles/panda-syntax-dark.min.css"
|
||||
/>
|
||||
|
||||
<script src="links.js" defer></script>
|
||||
<script src="https://unpkg.com/@highlightjs/cdn-assets@11.9.0/highlight.min.js"></script>
|
||||
<script defer>
|
||||
hljs.highlightAll();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<include src="src/partials/navbar.html"></include>
|
||||
<include src="src/partials/header.html"></include>
|
||||
|
||||
<main>
|
||||
<include src="src/partials/features.html"></include>
|
||||
<include src="src/partials/how-it-works.html"></include>
|
||||
<include src="src/partials/how-to-use.html"></include>
|
||||
<include src="src/partials/tutorials.html"></include>
|
||||
<include src="src/partials/get-started.html"></include>
|
||||
</main>
|
||||
|
||||
<include src="src/partials/footer.html"></include>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user