summaryrefslogtreecommitdiffstats
path: root/index.html
blob: b7fc0d07b4bd17149ec9cd63b6f0be5a9847d798 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>~santisoler</title>
    <link rel="shortcut icon" href="/~santisoler/images/favicon.png" />
    <link
      rel="stylesheet"
      href="/~santisoler/assets/fira_code_v5.2/fira_code.css"
    />
    <link rel="stylesheet" href="/~santisoler/style.css" />
  </head>
  <body>
    <header>
      <h1>~santisoler</h1>

      <h2>
        Sitio de ~santisoler en
        <a href="https://texto-plano.xyz">texto-plano.xyz</a>
      </h2>

      <ul>
        <li><a href="https://santisoler.github.io/">Website</a></li>
        <li>GitHub: <a href="https://github.com/santisoler">santisoler</a></li>
        <li>
          Twitter: <a href="https://twitter.com/santirsoler">@santirsoler</a>
        </li>
      </ul>
    </header>

    <main>
      <h1>Blog</h1>

      <ul>
        <li>
          <h2>
            <a href="/~santisoler/blog/software-libre-android.html"
              >Software Libre en Android</a
            >
          </h2>
        </li>
      </ul>
    </main>

    <footer>
      Contenido disponible bajo
      <a href="https://creativecommons.org/licenses/by/4.0/deed.es"
        >Creative Commons AtribuciĆ³n 4.0 Internacional</a
      >.
      <br />
      Construida utilizando la fuente
      <a href="https://github.com/tonsky/FiraCode">Fira Code</a> disponible bajo
      licencia <a href="https://opensource.org/licenses/OFL-1.1">OFL-1.1</a>.
    </footer>
  </body>
</html>
Un proyecto texto-plano.xyz