This commit is contained in:
devdatt 2026-01-08 07:17:44 +05:30
parent a61e452acd
commit acb4bcde24
1 changed files with 60 additions and 60 deletions

View File

@ -53,10 +53,8 @@
} }
</style> </style>
</head> </head>
<br> <div class="containerindex">
<br> <div class="grid">
<br>
<br>
<h2>Service List</h2> <h2>Service List</h2>
<button onclick="openPopup()">Add Service</button> <button onclick="openPopup()">Add Service</button>
@ -125,6 +123,8 @@
<button onclick="saveService()">Save</button> <button onclick="saveService()">Save</button>
<button onclick="closePopup()">Close</button> <button onclick="closePopup()">Close</button>
</div> </div>
</div>
</div>
<script> <script>
function openPopup() { function openPopup() {