Files
ci4/app/Views/index.php
T
Darrel Israel a11736df53 testing codes
2024-06-24 10:47:45 +08:00

11 lines
225 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Igniter 4</title>
</head>
<body>
<h1>Hello</h1>
</body>
</html>