-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile.php
29 lines (25 loc) · 1.19 KB
/
mobile.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SPK | Metode MOOSRA</title>
<link rel="stylesheet" href="./css/jquery.dataTables.min.css">
<link rel="stylesheet" href="./css/uicons-bold-rounded.css">
<link rel="stylesheet" href="./css/tailwind.css">
<link rel="stylesheet" href="./css/fonts.css">
<link rel="stylesheet" href="./css/main.css">
<script src="./js/jquery.min.js"></script>
<script src="./js/jquery.dataTables.min.js"></script>
<script src="./js/sweetalert2.all.min.js"></script>
<script src="./js/swal2.js"></script>
</head>
<body class="">
<div class="mx-auto flex flex-col items-center justify-center h-screen">
<img src="./svg/403 Error Forbidden-bro.svg" class="max-w-xs">
<div class="text-center font-bold text-2xl">Mohon Maaf, Halaman Ini Hanya <br> Bisa Diakses Dengan <br> Menggunakan Perangkat <br>
<span class="text-transparent pl-1 bg-clip-text bg-gradient-to-r from-primary via-secondary to-secondary">Laptop atau Komputer</span>
</div>
</div>
</body>
</html>