22 lines
755 B
HTML
22 lines
755 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Login</title>
|
|
<link rel="stylesheet" href="./css/material.min.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
<link rel="stylesheet" href="./css/styles.css">
|
|
<link rel="manifest" href="./site.webmanifest">
|
|
<link rel="icon" type="image/x-icon" href="./favicon.ico">
|
|
</head>
|
|
<body>
|
|
<div class="center-screen">
|
|
<!-- Simple Textfield -->
|
|
<h1>Your Api Key Is</h1>
|
|
<p>{API_KEY}</p>
|
|
</div>
|
|
<script src="./js/material.min.js"></script>
|
|
</body>
|
|
</html> |