Skip to content

Commit 6d85371

Browse files
Update index.html
center v2
1 parent df74439 commit 6d85371

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@ <h1 style="text-align:center;">Welcome to coderunner.me!</h1>
126126
const app = initializeApp(firebaseConfig);
127127
const analytics = getAnalytics(app);
128128
</script>
129-
130-
<input style="text-align:center;" type="text" id="input">
129+
<center>
130+
<input type="text" id="input">
131+
</center>
132+
131133
<button onclick="check()">check</button>
132134
<p style="text-align:center;"> <br><br>Quick links!: <br> </p11>
133135
<a style="text-align:center;" href="https://www.coderunner.me/quotes.html">Click here to go to quotes page.</a>

0 commit comments

Comments
 (0)