Skip to content

Instantly share code, notes, and snippets.

@blogcacanid
Created June 17, 2020 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blogcacanid/3b85eea91a51322e9670db8faa52f1a8 to your computer and use it in GitHub Desktop.
Save blogcacanid/3b85eea91a51322e9670db8faa52f1a8 to your computer and use it in GitHub Desktop.
view_hello.php Belajar CodeIgniter 4
<!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"/>
<body>
<h2>Belajar CodeIgniter 4</h2>
<p>Hello, World...!</p>
<p>Saya sedang belajar CodeIgniter versi 4</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment