Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/web/index.html
blob: c7d976261cdae9c430b5e40c5619e4ca2c792680 (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
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Journal Share - Agus</title>
    <link href="style.css" rel="stylesheet" type="text/css"></link>
  </head>
  <body>
    <div class="toolbar">
      <img src="images/journal-share-icon.png"></img>Agus's Journal
      <div class="refresh" onclick="document.location.reload(true)">
        <img src="images/refresh.png" width="40" height="40"></img>
      </div>
    </div>
        <table>
      <tbody>
        <tr>
          <td>
            <a href="a">
              <img src="images/audio-x-generic.svg" height="40" width="40" style="margin-right: 5px;">
            </a>
          </td>
          <td>
            <a href="a">
              No Te Va Gustar - A las nueve
            </a>
          </td>
        </tr>
      </tbody>
    </table>
    <hr>    <table>
      <tbody>
        <tr>
          <td>
            <a href="b">
              <img src="images/image.svg" height="40" width="40" style="margin-right: 5px;">
            </a>
          </td>
          <td>
            <a href="b">
              Perla jugando con el gato BOB
            </a>
          </td>
        </tr>
      </tbody>
    </table>
    <hr>
  </body>
</html>