This repository was archived by the owner on Nov 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.php
More file actions
43 lines (38 loc) · 1.83 KB
/
error.php
File metadata and controls
43 lines (38 loc) · 1.83 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Sistem Aplikasi SMS Broadcast</title>
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="bootstrap/roboto/roboto.css">
<link type="text/css" href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link type="text/css" href="bootstrap/bootstrap.min.css" rel="stylesheet">
<link type="text/css" href="datatables/datatables.min.css" rel="stylesheet">
<script src="bootstrap/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bootstrap/js/bootstrap.min.js"></script>
</head>
<body >
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<div class="panel panel-danger center-block" style="width: 40%; margin-top: 17%">
<div class="panel-heading">
<h3 class="panel-title">Notifikasi</h3>
</div>
<div class="panel-body">
Anda tidak dapat mengakses halaman ini !!!
</div>
</div>
<script src="datatables/datatables.min.js"></script>
<script src="dist/js/standalone/selectize.min.js"></script>
<!--script src="js/javascript.js"></script-->
<script type="text/javascript">
$('.datatable-sms').DataTable();
$('#dt-mahasiswa').DataTable();
</script>
<!--<script src="js/menu.js"></script>-->
<!--?php include "formatsms.php";?-->
</body>
</html>