Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilpiRachna1 authored Apr 5, 2024
1 parent 90dde37 commit 56f3b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ <h1 class="display-6 fw-bold text-primary">Welcome to Azure</h1>
<input type="text" class="form-control" id="name" name="name" style="max-width: 256px;">
</div>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center my-2">
<button type="submit" class="btn btn-primary btn-lg px-4 gap-3">Say Hello</button>
<button type="submit" class="btn btn-primary btn-lg px-4 gap-3">Say Hello everyone</button>
</div>
</div>
</form>
</main>
</body>
</html>
</html>

0 comments on commit 56f3b3b

Please sign in to comment.