1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 04:39:34 +05:30

(refactor): using minified jquery for better performance and removed recaptcha js from unused pages

This commit is contained in:
2024-07-30 13:55:19 +05:30
parent d26e2bfccb
commit 646438383a
2 changed files with 2 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ write_dataset($conn);
<meta property="og:image" content="https://<?php echo $domain ?>/assets/images/neosubhamoy.jpg">
<title><?php echo fetch_page_title($conn, "Contact");?></title>
<?php require 'assets/_integrate.php';?>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body class="font-lexend bg-bg_primary text-accent_secondary">
<?php include 'assets/_preloader.php';?>