Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000..c7d9762
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,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>