We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df74439 commit 6d85371Copy full SHA for 6d85371
index.html
@@ -126,8 +126,10 @@ <h1 style="text-align:center;">Welcome to coderunner.me!</h1>
126
const app = initializeApp(firebaseConfig);
127
const analytics = getAnalytics(app);
128
</script>
129
-
130
- <input style="text-align:center;" type="text" id="input">
+ <center>
+ <input type="text" id="input">
131
+ </center>
132
+
133
<button onclick="check()">check</button>
134
<p style="text-align:center;"> <br><br>Quick links!: <br> </p11>
135
<a style="text-align:center;" href="https://www.coderunner.me/quotes.html">Click here to go to quotes page.</a>
0 commit comments