Skip to content

Commit fd5f038

Browse files
committed
Update index.html
1 parent c4d3821 commit fd5f038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<body>
6565
<h1>EverydayTechNews Subscription</h1>
6666
<p>Subscribe to our daily tech news</p>
67-
<form id="subscription-form">
67+
<form id="subscription-form" autocomplete="off">
6868
<input type="text" id="name" name="name" placeholder="Your Name" required>
6969
<input type="email" id="email" name="email" placeholder="Your Email" required>
7070
<button type="submit">Subscribe</button>

0 commit comments

Comments
 (0)