diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-07-11 13:25:14 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-07-11 13:25:14 +0200 |
commit | bdcbd5d764117314d1c396fa41e09b9419a70753 (patch) | |
tree | e2e921088e5d172ab9c0ec3315860a9f9067facb /index.html | |
parent | 2e242fadda12645e2cbe24e19ba5afcc85db6248 (diff) | |
download | tres-bdcbd5d764117314d1c396fa41e09b9419a70753.tar.gz tres-bdcbd5d764117314d1c396fa41e09b9419a70753.tar.bz2 tres-bdcbd5d764117314d1c396fa41e09b9419a70753.zip |
fix: Add build file
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ <head lang="pt"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> <style type="text/css" media="screen"> /* Resettings some html properties */ html, body, div, h1, header,section{ @@ -83,7 +84,7 @@ main { <nav> <ul> <li> - <a class="btn" href="sourcecde">Código fonte</a> + <a class="btn" href="https://git.sr.ht/~gabrielgio/tres">Código fonte</a> </li> </ul> </nav> |