You are on page 1of 1

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<title>Arudam Time to Degree and Rashi</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
}
.container {
margin-top: 50px;
}
button {
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 4px;
}
button:hover {
background-color: #45a049;
}
</style>
</head>
<body>

<div class="container">
<h2>Arudam Time to Degree and Rashi</h2>
<label for="arudamTime">Enter your Arudam time (HH:MM format):</
label>
<input type="text" id="arudamTime" name="arudamTime">
<label for="dayOfWeek">Select the day of the week:</label>
<select id="dayOfWeek" name="dayOfWeek">
<option value="0">Sunday</option>.
<option value="1">Monday</option>

You might also like