Files
float-gate/app/Views/welcome_message.php
T
2023-01-03 09:14:08 -05:00

38 lines
715 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome to CodeIgniter 4!</title>
<meta name="description" content="The small framework with powerful features">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
<!-- STYLES -->
<style {csp-style-nonce}>
* {
transition: background-color 300ms ease, color 300ms ease;
}
html,
body {
text-rendering: optimizeLegibility;
background-color: #141029;
background-image: url("api_bk.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
</style>
</head>
<body>
</body>
</html>