tatapower
Version:
This is my first module for tata power
21 lines • 530 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tata Power</title>
<style>
body{
background-color: greenyellow;
}
</style>
</head>
<body>
<h1>Welcome to {{compname}} Home page</h1>
<ul>
<li> <a href="index.html">Home Page</a> </li>
<li> <a href="about.html">About Page</a> </li>
<li> <a href="services.html">Services Page</a> </li>
</ul>
</body>
</html>