-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmd.php
30 lines (22 loc) · 793 Bytes
/
md.php
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
<?php include "templates/header.php"; ?>
<!DOCTYPE html>
<html>
<div class="tabContainer2">
<div class="buttonContainer2">
<button> Chart of Accounts </button>
<button> Customers </button>
<button> Suppliers </button>
<button> Journal Templates </button>
<button> Mapping BS (Move Types) </button>
<button> Mapping IS (Functions) </button>
<button> VAT </button>
<button> FX Tables </button>
</div>
<p>
text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text text text text
</p>
</div>
</html>
<?php include "templates/footer.php"; ?>