<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WordPress Theme Detector</title>
</head>
<body>
<h1>WordPress Theme Detector</h1>
<form id="themeDetectorForm">
<label for="domain">Enter Domain:</label>
<input type="text" id="domain" name="domain" required>
<button type="submit">Detect Theme</button>
</form>
<div id="result"></div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="themeDetector.js"></script>
</body>
</html>