Skip to content

Commit df74439

Browse files
Update index.html
center
1 parent f74e32f commit df74439

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<html>
22
<head>
33
<title>password</title>
4-
<h1>Welcome to coderunner.me!</h1>
4+
<h1 style="text-align:center;">Welcome to coderunner.me!</h1>
55
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4165556588654806"
66
crossorigin="anonymous"></script>
77
<head>
8-
<p>Enter your password here to go to the corresponding page</p>
8+
<p style="text-align:center;">Enter your password here to go to the corresponding page</p>
99
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
1010
<script>
1111
var password = "pagetest";
@@ -127,14 +127,14 @@ <h1>Welcome to coderunner.me!</h1>
127127
const analytics = getAnalytics(app);
128128
</script>
129129

130-
<input type="text" id="input">
130+
<input style="text-align:center;" type="text" id="input">
131131
<button onclick="check()">check</button>
132-
<p11> <br><br>Quick links!: <br> </p11>
133-
<a href="https://www.coderunner.me/quotes.html">Click here to go to quotes page.</a>
132+
<p style="text-align:center;"> <br><br>Quick links!: <br> </p11>
133+
<a style="text-align:center;" href="https://www.coderunner.me/quotes.html">Click here to go to quotes page.</a>
134134
</body>
135135
<footer>
136-
<p1> <br><br><br>(not) © Jacob Crocker 2023</p1>
137-
<a href="mailto:[email protected]"><br>Contact me!</a>
136+
<p style="text-align:center;"> <br><br><br>(not) © Jacob Crocker 2023</p1>
137+
<a style="text-align:center;" href="mailto:[email protected]"><br>Contact me!</a>
138138

139139
</footer>
140140
</html>

0 commit comments

Comments
 (0)