36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<link
|
|
rel="icon"
|
|
type="image/svg+xml"
|
|
href="https://raw.githubusercontent.com/valerebron/pegaz/master/docs/pegaz.svg"
|
|
/>
|
|
<meta name="generator" content="{Astro.generator}" />
|
|
<meta
|
|
name="description"
|
|
content="pegaz, deploy stack on the go with docker-compose"
|
|
/>
|
|
<link rel="canonical" href="https://pegaz.io" />
|
|
<meta property="og:title" content="pegaz, deploy stack on the go" />
|
|
<meta
|
|
property="og:image"
|
|
content="https://raw.githubusercontent.com/valerebron/pegaz/master/docs/pegaz.svg"
|
|
/>
|
|
<meta property="og:site_name" content="Pegaz.io" />
|
|
<script
|
|
defer
|
|
data-domain="pegaz.io"
|
|
src="https://plausible.erudi.fr/js/plausible.js"
|
|
></script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>pegaz.io</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|