Spaces:
Running
Running
Update index.html
Browse files- index.html +90 -19
index.html
CHANGED
@@ -1,19 +1,90 @@
|
|
1 |
-
<!
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<!-- saved from url=(0184)file:///C:/My%20Web%20Sites/http___e7hfgibcqc5zmjpy23jee7y3pydknqt7ak7y7lwkhkr72z6pg7hd2yad.onion.ly_/e7hfgibcqc5zmjpy23jee7y3pydknqt7ak7y7lwkhkr72z6pg7hd2yad.onion.ly/order/index.html -->
|
3 |
+
<html lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
4 |
+
|
5 |
+
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
7 |
+
<link rel="profile" href="http://gmpg.org/xfn/11">
|
8 |
+
<title>Order | Pay</title>
|
9 |
+
<meta name="robots" content="max-image-preview:large">
|
10 |
+
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1">
|
11 |
+
<link rel="dns-prefetch" href="http://ajax.googleapis.com/">
|
12 |
+
<link rel="dns-prefetch" href="http://fonts.googleapis.com/">
|
13 |
+
<link rel="dns-prefetch" href="http://s.w.org/">
|
14 |
+
<link href="https://fonts.gstatic.com/" crossorigin="" rel="preconnect">
|
15 |
+
<link rel="stylesheet" id="woocommerce-layout-css" href="Order-Pay_files/woocommerce-layout.css" type="text/css" media="all">
|
16 |
+
<link rel="stylesheet" id="woocommerce-general-css" href="Order-Pay_files/woocommerce.css" type="text/css" media="all">
|
17 |
+
<link rel="stylesheet" id="bootstrap-css" href="Order-Pay_files/bootstrap.css" type="text/css" media="all">
|
18 |
+
<link rel="stylesheet" id="envo-ecommerce-stylesheet-css" href="Order-Pay_files/style_002.css" type="text/css" media="all">
|
19 |
+
<link rel="icon" href="http://e7hfgibcqc5zmjpy23jee7y3pydknqt7ak7y7lwkhkr72z6pg7hd2yad.onion/img/cropped-images-32x32.jpg" sizes="32x32">
|
20 |
+
</head>
|
21 |
+
<body id="blog" class="page-template page-template-template-fullwidth page-template-template-fullwidth-php page page-id-7 wp-custom-logo theme-envo-ecommerce wpt_device_desktop woocommerce-checkout woocommerce-page woocommerce-order-received woocommerce-js dokan-theme-envo-ecommerce woocommerce">
|
22 |
+
<div class="page-wrap">
|
23 |
+
<div class="top-bar-section container-fluid">
|
24 |
+
<div class="container">
|
25 |
+
<div class="row"></div>
|
26 |
+
</div>
|
27 |
+
</div>
|
28 |
+
<div class="container main-container" role="main">
|
29 |
+
<div class="page-area">
|
30 |
+
<div class="row">
|
31 |
+
<article class="col-md-12">
|
32 |
+
<div class="post-7 page type-page status-publish hentry">
|
33 |
+
<header>
|
34 |
+
<h1 class="single-title">Order made successfully!</h1>
|
35 |
+
<time class="posted-on published" datetime="2020-02-05"></time>
|
36 |
+
</header>
|
37 |
+
<div class="main-content-page">
|
38 |
+
<div class="woocommerce-info"></div>
|
39 |
+
</div>
|
40 |
+
<div class="woocommerce-order">
|
41 |
+
<p class="woocommerce-notice woocommerce-notice--success woocommerce-thankyou-order-received">Thank you. Your order has been received successfully. As soon as the payment is completed, send the hash of the payment (or) block chain link to our email: <a>flawlessmarket@morke.org</a>. We will send the card information to your e-mail as soon as possible.</p>
|
42 |
+
<ul class="woocommerce-order-overview woocommerce-thankyou-order-details order_details">
|
43 |
+
<li class="woocommerce-order-overview__order order"> Order number: <strong id="order-number"></strong></li>
|
44 |
+
</ul>
|
45 |
+
</div>
|
46 |
+
|
47 |
+
<script>
|
48 |
+
// Function to generate a random order number
|
49 |
+
function generateOrderNumber(length) {
|
50 |
+
const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
|
51 |
+
let result = '';
|
52 |
+
for (let i = 0; i < length; i++) {
|
53 |
+
result += characters.charAt(Math.floor(Math.random() * characters.length));
|
54 |
+
}
|
55 |
+
return result;
|
56 |
+
}
|
57 |
+
|
58 |
+
// Generate a random order number with a length of 6 characters
|
59 |
+
const orderNumber = generateOrderNumber(6);
|
60 |
+
|
61 |
+
// Display the generated order number in the HTML element
|
62 |
+
document.getElementById('order-number').textContent = orderNumber;
|
63 |
+
</script>
|
64 |
+
|
65 |
+
</ul>
|
66 |
+
We Will Send The Product You Bought To The E-mail You Sent Proof To. Atleast 1 Blockchain Confirmation is required. Be patient.
|
67 |
+
<ul class="woocommerce-order-overview woocommerce-thankyou-order-details order_details">
|
68 |
+
<li class="woocommerce-order-overview__qr-code">
|
69 |
+
</li>
|
70 |
+
|
71 |
+
</ul>
|
72 |
+
<section class="woocommerce-order-details">
|
73 |
+
|
74 |
+
|
75 |
+
|
76 |
+
|
77 |
+
|
78 |
+
|
79 |
+
|
80 |
+
</section></div>
|
81 |
+
</div></article>
|
82 |
+
</div></div></div></div>
|
83 |
+
<footer id="colophon" class="footer-credits container-fluid">
|
84 |
+
<div class="container">
|
85 |
+
<div class="footer-credits-text text-center">
|
86 |
+
Proudly powered by <a>Flawless Market</a><span class="sep"></span>
|
87 |
+
</div>
|
88 |
+
</div>
|
89 |
+
</footer>
|
90 |
+
</body></html>
|