Files
FloatAppGate/app/Views/welcome_message.php
dev-chiefworks 222921d062 arr
2022-04-26 21:46:26 -04:00

20 lines
239 B
PHP

<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url('/assets/img/bk-mobility.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
</head>
<body>
</body>
</html>