forked from james/femboyfinancial.jp
downloads page
This commit is contained in:
parent
0ede3beb14
commit
f818c02c3b
@ -5,8 +5,21 @@
|
|||||||
<title>Download Centre - FemboyFinancial Online Webportal</title>
|
<title>Download Centre - FemboyFinancial Online Webportal</title>
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
<style>
|
<style>
|
||||||
|
body {
|
||||||
|
background-image: url('/assets/Downloads.gif');
|
||||||
|
color: #EE2D24;
|
||||||
|
}
|
||||||
|
.dllist {
|
||||||
|
margin: 65px 75px;
|
||||||
|
height: 200px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
</body>
|
<img width="177" height="112" src="/assets/DownloadCentre.gif">
|
||||||
</html>
|
<div class="dllist">
|
||||||
|
<h6>FemBanking Desktop Application</h6>
|
||||||
|
<p><img width="16" height="16" src="/assets/DownloadIcon.gif"> <a href="/downloads/FemboyBanking.exe">Download (36.5 KB)</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<cfinclude template="../templates/Footer.cfm">
|
||||||
|
BIN
public/assets/DownloadIcon.gif
Normal file
BIN
public/assets/DownloadIcon.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 204 B |
@ -1,7 +1,7 @@
|
|||||||
.sprite {
|
.sprite {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
background-image: url(XpIcons.png);
|
background-image: url('./XpIcons.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
.s1 {
|
.s1 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user