Files
Andrei 58f8093689 Rebrand from 'Redirect Intelligence v2' to 'URL Tracker Tool V2' throughout UI
- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
2025-08-19 19:12:23 +00:00

17 lines
505 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Test module in &gt;script&lt; tag</title>
</head>
<body>
<script src="../dist/non-layered-tidy-tree-layout.js"></script>
<script>
console.log(nonLayeredTidyTreeLayout);
console.log(nonLayeredTidyTreeLayout.Tree);
console.log(nonLayeredTidyTreeLayout.layout);
</script>
</body>
</html>