Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
anishbista60 authored Nov 19, 2024
1 parent 8ec3248 commit 2f8404c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Production-Ready-project/kodata/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>DevOps Project !</title>
<title>DevOps Project</title>
<style>
body {
font-family: 'Arial', sans-serif;
Expand Down Expand Up @@ -84,7 +84,7 @@
<div class="container">
<h2>Now, we are live. </h2>
<form action="/add_goal" method="post">
<input type="text" name="goal_name" placeholder="What's your Goal in 2025">
<input type="text" name="goal_name" placeholder="What's your Goal in 2025 ?">
<button type="submit">Add </button>
</form>
{{ if .goals }}
Expand Down

0 comments on commit 2f8404c

Please sign in to comment.