JSFiddle - React, Tailwind, and code Playground
by Ankit Patidar
HTML
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<title>Mahendra & Nandini's Wedding Day Countdown</title>
<meta name="description" content="Mahendra & Nandini are counting down to their wedding day" />
<meta name="keywords" content="" />
<link rel="canonical" href="https://yourweddingcountdown.com/" />
<meta name="google-site-verification" content="72Q2xKbbjcMG9_sDpAjsNcDJidqxbeHG-8bGN5koxvk" />
<meta property="og:image" content="https://yourweddingcountdown.com/createimage.php?v=3e14e&date=2023-04-27" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/global.css" type="text/css" media="screen,print" />
<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.3/themes/pepper-grinder/jquery-ui.css" type="text/css" media="screen,print" />
<link rel="stylesheet" href="assets/css/print.css" type="text/css" media="print" />
<link href='https://fonts.googleapis.com/css?family=Lobster+Two:400,700' rel='stylesheet' type='text/css'>
</head>
<body id="inner">
<div class="wrapper small" id="header">
<div class="container">
</div>
</div>
<div class="wrapper" style="background:#FFF">
<div class="container" id="name">
<h1>Wedding Day Countdown For</h1>
<p class="bickham" style="font-size:120px">Mahendra<span> & </span>Nandini</p>
</div>
</div>
<div class="wrapper" id="countdown-container">
<div class="container">
<form style="display:none"><input type="hidden" value="5.5" name="timezone_value" id="timezone_value" /></form>
<span id="date" data-rel="May 03, 2023 0:00:00"><span>Wednesday 03rd May 2023</span></span>
<img id="bg-numbers" src="assets/images/bg-numbers.png" alt="Due Date Countdown" />
<div id="countdown" title="Weeks, days and hours left until your due date"></div>
<br class="clear" />
<div id="adsense">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"...
JavaScript
$(document).ready(function () {
$.ajax({
type: 'POST',
url: '/ajax.php?q=scrape-og',
data: {v: '3e14e'},
success: function (data) {
console.log(data);
}
});
});