You've already forked php-auth
generated from siteworxpro/Php-Template
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Has started running
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Has started running
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Has been cancelled
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Has started running
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Has started running
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Has started running
27 lines
1.3 KiB
HTML
27 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicon-48x48.png">
|
|
<link rel="icon" type="image/png" sizes="64x64" href="/assets/favicon-64x64.png">
|
|
<link rel="icon" type="image/png" sizes="180x180" href="/assets/favicon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/assets/favicon-192x192.png">
|
|
<link rel="icon" type="image/png" sizes="512x512" href="/assets/favicon-512x512.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon-180x180.png">
|
|
<link rel="apple-touch-icon" sizes="192x192" href="/assets/favicon-192x192.png">
|
|
<link rel="apple-touch-icon" sizes="512x512" href="/assets/favicon-512x512.png">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<title>Auth Service - Login</title>
|
|
<script src="https://kit.fontawesome.com/a0fd516b66.js" crossorigin="anonymous"></script>
|
|
<link rel="stylesheet" href="/src/style.css"/>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|