Skip to content

Commit

Permalink
First init
Browse files Browse the repository at this point in the history
  • Loading branch information
alinz committed Apr 17, 2024
0 parents commit 97af274
Show file tree
Hide file tree
Showing 7 changed files with 148 additions and 0 deletions.
24 changes: 24 additions & 0 deletions baker/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="go-import"
content="ella.to/baker git https://ella.to/baker.git"
/>
<meta
name="go-source"
content="ella.to/baker https://ella.to/baker https://ella.to/baker/tree/main{/dir} https://ella.to/baker/blob/main{/dir}/{file}#L{line}"
/>
<meta http-equiv="refresh" content="0; url=https://ella.to/baker" />
<title>ella.to/baker</title>
</head>
<body>
<p>
Nothing to see here;
<a href="https://pkg.go.dev/ella.to/baker"
>see the package on pkg.go.dev</a
>.
</p>
</body>
</html>
20 changes: 20 additions & 0 deletions bus/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="go-import" content="ella.to/bus git https://ella.to/bus.git" />
<meta
name="go-source"
content="ella.to/bus https://ella.to/bus https://ella.to/bus/tree/main{/dir} https://ella.to/bus/blob/main{/dir}/{file}#L{line}"
/>
<meta http-equiv="refresh" content="0; url=https://ella.to/bus" />
<title>ella.to/bus</title>
</head>
<body>
<p>
Nothing to see here;
<a href="https://pkg.go.dev/ella.to/bus">see the package on pkg.go.dev</a
>.
</p>
</body>
</html>
23 changes: 23 additions & 0 deletions ella/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="go-import"
content="ella.to/ella git https://ella.to/ella.git"
/>
<meta
name="go-source"
content="ella.to/ella https://ella.to/ella https://ella.to/ella/tree/main{/dir} https://ella.to/ella/blob/main{/dir}/{file}#L{line}"
/>
<meta http-equiv="refresh" content="0; url=https://ella.to/ella" />
<title>ella.to/ella</title>
</head>
<body>
<p>
Nothing to see here;
<a href="https://pkg.go.dev/ella.to/ella">see the package on pkg.go.dev</a
>.
</p>
</body>
</html>
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ella.to</title>
</head>
<body>
<p>
Nothing to see here;
<a href="https://github.com/ella-to">Click Here</a>.
</p>
</body>
</html>
24 changes: 24 additions & 0 deletions logger/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="go-import"
content="ella.to/logger git https://ella.to/logger.git"
/>
<meta
name="go-source"
content="ella.to/logger https://ella.to/logger https://ella.to/logger/tree/main{/dir} https://ella.to/logger/blob/main{/dir}/{file}#L{line}"
/>
<meta http-equiv="refresh" content="0; url=https://ella.to/logger" />
<title>ella.to/logger</title>
</head>
<body>
<p>
Nothing to see here;
<a href="https://pkg.go.dev/ella.to/logger"
>see the package on pkg.go.dev</a
>.
</p>
</body>
</html>
24 changes: 24 additions & 0 deletions sqlite/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="go-import"
content="ella.to/sqlite git https://ella.to/sqlite.git"
/>
<meta
name="go-source"
content="ella.to/sqlite https://ella.to/sqlite https://ella.to/sqlite/tree/main{/dir} https://ella.to/sqlite/blob/main{/dir}/{file}#L{line}"
/>
<meta http-equiv="refresh" content="0; url=https://ella.to/sqlite" />
<title>ella.to/sqlite</title>
</head>
<body>
<p>
Nothing to see here;
<a href="https://pkg.go.dev/ella.to/sqlite"
>see the package on pkg.go.dev</a
>.
</p>
</body>
</html>
20 changes: 20 additions & 0 deletions sse/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="go-import" content="ella.to/sse git https://ella.to/sse.git" />
<meta
name="go-source"
content="ella.to/sse https://ella.to/sse https://ella.to/sse/tree/main{/dir} https://ella.to/sse/blob/main{/dir}/{file}#L{line}"
/>
<meta http-equiv="refresh" content="0; url=https://ella.to/sse" />
<title>ella.to/sse</title>
</head>
<body>
<p>
Nothing to see here;
<a href="https://pkg.go.dev/ella.to/sse">see the package on pkg.go.dev</a
>.
</p>
</body>
</html>

0 comments on commit 97af274

Please sign in to comment.