-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add english ver for dummy data
- Loading branch information
1 parent
f09eaf7
commit 12390f5
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset='utf-8'> | ||
<meta http-equiv='X-UA-Compatible' content='IE=edge'> | ||
<title>Sribuu</title> | ||
<meta name='viewport' content='width=device-width, initial-scale=1'> | ||
<style> | ||
.body { | ||
font-family: 'Montserrat'; | ||
font-size: 14px; | ||
font-weight: 400; | ||
color: #232931; | ||
} | ||
|
||
.header { | ||
font-family: 'Montserrat'; | ||
font-size: 16px; | ||
font-weight: 700; | ||
color: #232931; | ||
text-align:center; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h3 class="header" >Terms & Conditions</h3> | ||
<div class="body"> | ||
<p>Hello Sobat Sribuu, before you buy the Sribuu credit and data package. Please ensure that you have read all of the following terms and conditions :</p> | ||
<ol> | ||
<li>Ensure that the phone number you fill is correct and the prepaid number is active.</li> | ||
<li>Ensure that you have installed and registered in Sribuu Apps. Because credit orders can only be made using Sribuu’s account.</li> | ||
<li>Please make sure that the phone number has been verified in the account used to purchase credit and data package</li> | ||
<li>If you input the incorrect direction number or expired phone number, the refund will not be process.</li> | ||
<li>Sribuu is not liable for top-up credit or data package error caused by incorrect direct number input by the users.</li> | ||
<li>Sribuu never asks for the user’s email address and password. Please don’t share your information to anyone</li> | ||
<li>The price will change frequently unexpectedly and without notice.</li> | ||
</ol> | ||
<p>Please ensure that you have read and understood the terms and conditions for purchasing credit and data package above. As a result there is no further issue.</p> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters