File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77<meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
88<meta name =" color-scheme" content =" light dark" />
99<meta name =" fediverse:creator" content =" @Rina@uri.life" />
10- <script src =" ./check.js " ></script >
10+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js " integrity = " sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK " crossorigin = " anonymous " ></script >
1111<script src =" https://kit.fontawesome.com/ea96b8b098.js" crossorigin =" anonymous" ></script >
12+ <script src =" ./check.js" ></script >
13+ <script >
14+ $ (document ).ready (function (){document .getElementById (" host" ).addEventListener (" keydown" , function (e ) {
15+ if (e .key === " Enter" || e .keyCode === 13 ){
16+ e .preventDefault ();
17+ document .getElementById (" cf-scan" ).click ();
18+ }
19+ });
20+ });
21+ </script >
1222<link rel =" stylesheet" href =" ./main.css" />
1323</head >
1424<body id =" mainpagebody" >
You can’t perform that action at this time.
0 commit comments