add planner sync

This commit is contained in:
Erik Winter 2024-09-12 07:43:28 +02:00
parent c626c4effc
commit b15f34471f
2 changed files with 28 additions and 0 deletions

14
planner/index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>code.ewintr.nl</title>
<meta name="go-import" content="code.ewintr.nl/planner git https://codeberg.org/ewintr/planner.git">
<meta name="go-source" content="code.ewintr.nl/planner https://codeberg.org/ewintr/planner https://codeberg.org/ewintr/planner/src/branch/master{/dir} https://codeberg.org/ewintr/planner/src/branch/master{/dir}/{file}#L{line}">
</head>
<body>
<h1>This site is not meant for humans</h1>
<p>This site holds the redirects for the <a href="https://pkg.go.dev/cmd/go#hdr-Remote_import_paths">go vanity imports</a> of my projects. It holds no interesting information for normal people.</p>
<p>If you want to learn about these projects, check out my site <a href="https://ewintr.nl/">ewintr.nl</a>, or my <a href="https://codeberg.org/ewintr/">repositories</a> on <a href="http://codeberg.org">codeberg.org</a>.</p>
</body>
</html>

14
planner/sync/index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>code.ewintr.nl</title>
<meta name="go-import" content="code.ewintr.nl/sync git https://codeberg.org/ewintr/sync.git">
<meta name="go-source" content="code.ewintr.nl/sync https://codeberg.org/ewintr/sync https://codeberg.org/ewintr/sync/src/branch/master{/dir} https://codeberg.org/ewintr/sync/src/branch/master{/dir}/{file}#L{line}">
</head>
<body>
<h1>This site is not meant for humans</h1>
<p>This site holds the redirects for the <a href="https://pkg.go.dev/cmd/go#hdr-Remote_import_paths">go vanity imports</a> of my projects. It holds no interesting information for normal people.</p>
<p>If you want to learn about these projects, check out my site <a href="https://ewintr.nl/">ewintr.nl</a>, or my <a href="https://codeberg.org/ewintr/">repositories</a> on <a href="http://codeberg.org">codeberg.org</a>.</p>
</body>
</html>