File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
< html >
2
2
< head >
3
3
< title > password</ title >
4
- < h1 > Welcome to coderunner.me!</ h1 >
4
+ < h1 style =" text-align:center; " > Welcome to coderunner.me!</ h1 >
5
5
< script async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4165556588654806 "
6
6
crossorigin ="anonymous "> </ script >
7
7
< 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 >
9
9
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js "> </ script >
10
10
< script >
11
11
var password = "pagetest" ;
@@ -127,14 +127,14 @@ <h1>Welcome to coderunner.me!</h1>
127
127
const analytics = getAnalytics ( app ) ;
128
128
</ script >
129
129
130
- < input type ="text " id ="input ">
130
+ < input style =" text-align:center; " type ="text " id ="input ">
131
131
< 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 >
134
134
</ body >
135
135
< 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 >
138
138
139
139
</ footer >
140
140
</ html >
You can’t perform that action at this time.
0 commit comments