initial commit

This commit is contained in:
2026-06-25 13:03:45 +06:00
commit 4589f4a8d0
3229 changed files with 941958 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
<div class="bodyContent shadow">
<h1>EXPENSECOUNT FOR FACEBOOK</h1>
<p>ExpenseCount Facebook application is under construction. Hopefully, it will be released soon. </p>
<div class="pageDivider"></div>
<div class="row">
<div class="col-md-5 text-center">
<img src="<?php echo $this->webroot;?>images/facebook_image.jpg" width="270" height="225" alt=""/>
</div>
<div class="col-md-7">
<h3>ExpenseCount for Facebook</h3>
The Facebook application will allow you to manage all of your expense from one place as well as to invite your Facebook friends to those expenses. <br/><br/>
<a style="cursor:pointer" onClick="showMessage()"><img src="<?php echo $this->webroot;?>images/app-fb.png" alt=""/></a>
</div>
</div>
</div>
<script>
function showMessage(){
alert("Coming soon!");
}
</script>