2024-06-20 12:09:48 +05:30
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.png" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>Tanami Admin</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
const craftedMsg = "Crafted with ❤️ by WDI Team for a better web.";
|
|
|
|
|
const websiteMsg = "Website: www.wdipl.com";
|
|
|
|
|
|
|
|
|
|
const craftedStyles = 'font-size: 16px; font-family: monospace; background: #000; color: #E5195E; padding: 12px 19px; border: 1.8px dashed; border-right: 0px #000 solid';
|
|
|
|
|
const websiteStyles = 'font-size: 16px; font-family: monospace; background: #E5195E; color: #000; padding: 12px 19px; border: 1.8px dashed #000; border-left: 0px #000 solid';
|
|
|
|
|
console.log('%c' + craftedMsg + ' %c' + websiteMsg, craftedStyles, websiteStyles);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
2024-06-24 20:26:28 +05:30
|
|
|
|
|
|
|
|
|
2024-08-09 12:24:18 +05:30
|
|
|
<!-- <script type="text/javascript">
|
2024-06-24 20:26:28 +05:30
|
|
|
function googleTranslateElementInit() {
|
|
|
|
|
new google.translate.TranslateElement({
|
|
|
|
|
pageLanguage: 'en',
|
|
|
|
|
includedLanguages: `'en,ur,ar,mr,hi'`,
|
|
|
|
|
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
|
|
|
|
}, 'google_translate_element');
|
|
|
|
|
}
|
2024-08-09 12:24:18 +05:30
|
|
|
</script> -->
|
|
|
|
|
<!-- <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> -->
|
2024-08-06 13:10:24 +05:30
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
|
|
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
|
|
|
|
|
|
2024-06-20 12:09:48 +05:30
|
|
|
</body>
|
|
|
|
|
</html>
|