~trufas/trfs.me

e7c30bd95fbdb6ec39738878abaf6e9f0f98edf7 — Rafael Castillo 4 years ago 9fced1a
Adds link to source code.
2 files changed, 8 insertions(+), 0 deletions(-)

M static/styles.css
M template.html
M static/styles.css => static/styles.css +5 -0
@@ 23,6 23,11 @@ body {
  box-sizing: border-box;
}

footer {
  font-size: 0.75rem;
  text-align: center;
}

.image {
  max-width: 100%;
  height: auto;

M template.html => template.html +3 -0
@@ 26,6 26,9 @@
          <span>@trufas:matrix.org</span>
        </p>
        <p>Hope to see you around!</p>
        <footer>
          <a href="https://git.sr.ht/~trufas/trfs.me">Source code</a>
        </footer>
      </div>
    </div>
  </body>