Commit b365fae6a434de3ff0db5bf6b3dfdb7460963632

Authored by Hank
1 parent ada5770c

8/24/2015 - 7:15pm - updated

Showing 2 changed files with 9 additions and 8 deletions
... ... @@ -39,8 +39,8 @@
39 39 </style>
40 40 </head>
41 41 <body style="background: url(bg.jpg) center center no-repeat; background-size:cover; font-size: 12pt;">
42   - <div align="center" class="overall-container"><img style="margin-top:20%; width:80%; height:auto;" src="bg-1.png"/>
43   - <div></div><img style="width:40%; height:auto; margin:0 5px;" src="Google-Play-Transparent-border.png"/><img style="width:40%; height:auto; margin:0 5px;" src="apple_store_icon.png"/>
  42 + <div align="center" class="overall-container"><img style="margin-top:20%; width:80%; height:auto;" src="bg-1.png"/><a href="" style="text-decoration:none; color:white; text-shadow:0 0 5px black;">
  43 + <div style="width:80%; text-align:center;">Download pre-release version here for testing purpose</div></a>
44 44 </div>
45 45 <script src="file:///C|/Users/Hao/Downloads/Telegram Desktop/modernizr.js"></script>
46 46 <script src="file:///C|/Users/Hao/Downloads/Telegram Desktop/detectizr.js"></script>
... ...
... ... @@ -38,12 +38,13 @@ html
38 38 }
39 39 body(style='background: url(bg.jpg) center center no-repeat; background-size:cover; font-size: 12pt;')
40 40 .overall-container(align='center')
41   - img(style='margin-top:10%; width:80%; height:auto;', src='bg-1.png')
42   - div
43   - p.app-title WOWECOIN
44   - div
45   - img(style='width:40%; height:auto; margin:0 5px;', src='Google-Play-Transparent-border.png')
46   - img(style='width:40%; height:auto; margin:0 5px;', src='apple_store_icon.png')
  41 + img(style='margin-top:20%; width:80%; height:auto;', src='bg-1.png')
  42 + //- div
  43 + //- p.app-title WOWECOIN
  44 + a(href="", style="text-decoration:none; color:white; text-shadow:0 0 5px black;")
  45 + div(style="width:80%; text-align:center;") Download pre-release version here for testing purpose
  46 + //- img(style='width:40%; height:auto; margin:0 5px;', src='Google-Play-Transparent-border.png')
  47 + //- img(style='width:40%; height:auto; margin:0 5px;', src='apple_store_icon.png')
47 48 script(src='file:///C|/Users/Hao/Downloads/Telegram Desktop/modernizr.js')
48 49 script(src='file:///C|/Users/Hao/Downloads/Telegram Desktop/detectizr.js')
49 50 script.
... ...
Please register or login to post a comment