22 lines
683 B
HTML
22 lines
683 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
|
|
<title>HPay</title>
|
|
|
|
<link rel='icon' type='image/png' href='/favicon.png'>
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap" rel="stylesheet">
|
|
<link rel='stylesheet' href='/hpp-platform-build/bundle.css'>
|
|
<!-- <link rel="stylesheet" href="/build/dark.css"> -->
|
|
<script defer src='/hpp-platform-build/bundle.js'></script>
|
|
</head>
|
|
|
|
<body class="font-onest">
|
|
</body>
|
|
</html>
|