Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/web/index.html
blob: 91b7308f0936452cd7d17494b34048ea3909529f (plain)
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
57
58
59
60
61
62
63
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Journal Share - Agustin Zubiaga</title>
    <link href="style.css" rel="stylesheet" type="text/css"></link>
    <link rel="icon" type="image/png" href="images/journalshare-icon.png"></link>
  </head>
  <body>
    <table id="toolbar">
      <tbody>
        <tr>
          <td>
            <a href="index.html">
              <img src="images/journalshare-icon.png"></img>
            </a>
          </td>
          <td>
            Agustin Zubiaga's Journal
          </td>
          <td>
            <div class="refresh" onclick="document.location.reload(true)">
              <img src="images/refresh.png" width="40" height="40"></img>
            </div>
          </td>
        </tr>
      </tbody>
    </table>
        <table>
      <tbody>
        <tr>
          <td>
            <a href="files/ff6fbb53-0568-46d1-84b1-c2c85a9b6753_WgCiZT.png">
              <img src="images/image.png" height="40" width="40" style="margin-right: 5px;">
            </a>
          </td>
          <td>
            <a href="files/ff6fbb53-0568-46d1-84b1-c2c85a9b6753_WgCiZT.png">
              fondo.png
            </a>
          </td>
        </tr>
      </tbody>
    </table>
    <hr>    <table>
      <tbody>
        <tr>
          <td>
            <a href="files/f9ba5ac1-3f2a-4e71-a43d-6ebee8f1dd83_us0sEb.wsgi">
              <img src="images/unknown.png" height="40" width="40" style="margin-right: 5px;">
            </a>
          </td>
          <td>
            <a href="files/f9ba5ac1-3f2a-4e71-a43d-6ebee8f1dd83_us0sEb.wsgi">
              Pippy Activity
            </a>
          </td>
        </tr>
      </tbody>
    </table>
    <hr>
  </body>
</html>