Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuswmech authored Sep 27, 2024
1 parent fe27faf commit 92cd1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-crud-microservice/build/code/home/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<center><h1>Welcome to My CRUD App</h1>
<h2>Select the options according to your needs</h2>
<h2>Select the Options according to your needs</h2>
<form method="POST">
<h3>Need to create data? Press Create button.</h3>
<button type="submit" value="Create" formaction="{{ create_service_url }}/form">Create</button>
Expand Down

0 comments on commit 92cd1f7

Please sign in to comment.