-
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
3a11e34
commit f9363b6
Showing
2 changed files
with
38 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
<title>{{ config('app.name') ?? 'PintarNet' }}</title> | ||
<!-- CSS files --> | ||
<link href="{{ asset('assets/css/tabler.min.css?1684106062') }}" rel="stylesheet" /> | ||
<style> | ||
@import url('https://rsms.me/inter/inter.css'); | ||
:root { | ||
--tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif; | ||
} | ||
body { | ||
font-feature-settings: "cv03", "cv04", "cv11"; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div class="container h-100"> | ||
<div class="row h-100 justify-content-center align-items-center"> | ||
<div class="col-12"> | ||
<h1>503 Service Unavailable</h1> | ||
<p>Saat ini layanan tidak tersedia, tunggu beberapa saat</p> | ||
</div> | ||
</div> | ||
</div> | ||
@stack('modals') | ||
@stack('scripts') | ||
</body> | ||
|
||
</html> |
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