recaptcha_enterprise/demosite/app/templates/home.html (57 lines of code) (raw):

<!-- Copyright 2023 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE html> <html lang="en-us"> <head> <meta charset="UTF-8" /> <title>Home: reCAPTCHA Demo</title> <script src="https://www.google.com/recaptcha/enterprise.js?render={{site_key}}"></script> <meta name="viewport" content="width=device-width,initial-scale=1" /> <meta name="description" content="Explore the different ways of using reCAPTCHA Enterprise to protect web sites and applications." /> <link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" /> <link rel="icon" type="image/x-icon" href="../static/favicon-e9e3fe3130a875eb.ico" /> <link rel="icon" type="image/png" sizes="16x16" href="../static/favicon-16x16-e9e3fe3130a875eb.png" /> <link rel="icon" type="image/png" sizes="32x32" href="../static/favicon-32x32-e9e3fe3130a875eb.png" /> <link rel="icon" type="image/png" sizes="48x48" href="../static/favicon-48x48-e9e3fe3130a875eb.png" /> <link href="../static/global-15fca5ccf020c02b.css" rel="stylesheet" /> <link href="../static/demo-81d99a00.css" rel="stylesheet" /> <script src="../static/demo-2af4c10e.js" type="module"></script> <script async defer src="../static/global-e680a49614fd8ff8.js" type="text/javascript" ></script> </head> <body> <recaptcha-demo step="home"> </recaptcha-demo> </body> </html>