forked from kevinowino869/mitrobill
change pages
This commit is contained in:
2
pages_template/.htaccess
Normal file
2
pages_template/.htaccess
Normal file
@ -0,0 +1,2 @@
|
||||
Header add Access-Control-Allow-Origin "*"
|
||||
Header add Access-Control-Allow-Methods: "GET,POST,OPTIONS,DELETE,PUT"
|
1
pages_template/Announcement.html
Normal file
1
pages_template/Announcement.html
Normal file
@ -0,0 +1 @@
|
||||
Pengumuman!!<br>Besok libur<br><br>Announcement!!<br>Tomorrow holiday<br>
|
1
pages_template/Order_Voucher.html
Normal file
1
pages_template/Order_Voucher.html
Normal file
@ -0,0 +1 @@
|
||||
You can buy a voucher in my home<br><br><br>Dapatkan Voucher Internet di Warung terdekat
|
2
pages_template/Registration_Info.html
Normal file
2
pages_template/Registration_Info.html
Normal file
@ -0,0 +1,2 @@
|
||||
Before you registered, you must Buy Voucher first<br><br>
|
||||
Sebelum mendaftar pastikan anda membeli voucher terlebih dahulu
|
31
pages_template/Voucher.html
Normal file
31
pages_template/Voucher.html
Normal file
@ -0,0 +1,31 @@
|
||||
|
||||
<center><strong style="font-size:38px">{$_c['CompanyName']}</strong></center>
|
||||
<table width="100%" border="1" cellspacing="0" cellpadding="4" bordercolor="#757575">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top" align="left">Pendaftaran dan Informasi Billing buka <b>billing.ibnux.net</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" align="left">Wireless Hotspot:
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td>iBNuXnet</td>
|
||||
<td>iBNuXnet-P</td>
|
||||
<td>iBNuXnet-Q</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CitraGadingBlokP 3/4</td>
|
||||
<td>CitraGadingBlokQ 2/3/4/5/6</td>
|
||||
<td>iBNuXnet 5Ghz</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" align="left">Voucher yang sudah dibeli tidak dapat dikembalikan</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" align="center"><b>hotspot.ibnux.net</b></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
8
pages_template/index.html
Normal file
8
pages_template/index.html
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Directory access is forbidden.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user