-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecond.html
executable file
·19 lines (18 loc) · 942 Bytes
/
second.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<form class="orderForm">
<input type="text" name="name" maxlength="30">
<input type="text" name="phone" required minlength="10" maxlength="20">
<button type="submit">Заказать</button>
<a style="display:block" href="./index.html">Go to main page</a><br>
</form>
<!-- DrCash -->
<script type="text/javascript">function orderSuccess(a){console.log(a['conversions'] ? a['conversions'] : '');window.location="./thanks.php"+enURL(a['conversions'][0] ? a['conversions'][0] : '');} function orderError(a){console.log(a)} window.onload = function() { order(); autotid('http://b.tracking.drcash.me/?offer_id=14&url_id=32&aff_id=1002'); metrica(location.search.replace("?","&") + '&host=' + location.host + location.pathname); } </script>
<script src="http://b.cdn.drcash.me/built/assets/js/b.sf.min.js"></script>
<!-- /DrCash -->
</body>
</html>