-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e55b753
commit bc9c118
Showing
3 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,30 @@ | ||
<!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" /> | ||
<base href="/" /> | ||
<style> | ||
#app { | ||
margin: 50px; | ||
} | ||
</style> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Stuna Api</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | ||
</head> | ||
<body> | ||
<div id="app"> | ||
<div class="container"> | ||
<div class="d-flex align-items-center justify-content-center vh-100"> | ||
<div class="text-center"> | ||
<h1 class="display-1 fw-bold">Selamat Datang Di Stuna Api</h1> | ||
<p class="fs-3"> <span class="text-danger">Opps!</span> Halaman ini tidak menampilkan konten.</p> | ||
<p class="lead"> | ||
Silahkan hubungi admin untuk mengetahui cara penggunaan API ini. | ||
</p> | ||
<a href="https://wa.me/6281917803898" class="btn btn-lg btn-success">Hubungi</a> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Binary file not shown.