diff options
author | Telérico Jones <[email protected]> | 2021-05-29 21:09:08 -0300 |
---|---|---|
committer | Telérico Jones <[email protected]> | 2021-05-29 21:09:08 -0300 |
commit | cade848b78d7f06b69a195f5a543b23c25eedd14 (patch) | |
tree | 6f6b4f766a58ccd61452da7a32830f051a89003e /index.html | |
download | blog.sh-cade848b78d7f06b69a195f5a543b23c25eedd14.tar.bz2 blog.sh-cade848b78d7f06b69a195f5a543b23c25eedd14.zip |
blog.sh project start
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..0660d29 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<html> + <head> + <meta charset="utf-8" /> + <title>jefferson.sh - dev</title> + </head> + <body> + <h1>dev - golo golo</h1> + </body> +</html> |