Last active
January 8, 2019 06:17
-
-
Save dk00/279157d99f25c129e4a45c55fe789bcb to your computer and use it in GitHub Desktop.
pufii
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
<html lang="en" data-reactroot=""> | |
<head> | |
<title>訂購成功</title> | |
<meta charset="utf-8" /> | |
</head> | |
<body> | |
<p> | |
<a href="https://www.theskinfood.com.tw/"> | |
<img src="https://www.pufii.com.tw/UserFiles/upFiles/images/0108-TOP.jpg" alt="" /> | |
</a> | |
</p> | |
<br /> | |
<p> </p> | |
<p> <br /> 您已在PUFII官網 www.pufii.com.tw 訂購成功!!如需查詢訂單<br /> 電腦版>請看網頁最上方 選取ORDER 登入即可<br /> 手機版>請選取左邊目錄 選取ORDER 登入即可</p> | |
<p>如有任何問題,請聯繫LINE客服ID:@PUFIIPUFII<br /> 或於上班時間撥打客服電話02-8287-0101跟我們連繫,感謝您 | |
</p> | |
<script> | |
document.head.innerHTML += ` | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<style> | |
a { | |
display: block; | |
} | |
img { | |
width: 100%; | |
} | |
</style>` | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment