|
|
@@ -4,10 +4,10 @@
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
-<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css">
|
|
|
-<link type="text/css" rel="stylesheet" href="css/all.min.css">
|
|
|
-<link type="text/css" rel="stylesheet" href="css/animate.css">
|
|
|
-<link type="text/css" rel="stylesheet" href="css/style.css">
|
|
|
+<link type="text/css" rel="stylesheet" href="assets/css/bootstrap.min.css">
|
|
|
+<link type="text/css" rel="stylesheet" href="assets/css/all.min.css">
|
|
|
+<link type="text/css" rel="stylesheet" href="assets/css/animate.css">
|
|
|
+<link type="text/css" rel="stylesheet" href="assets/css/style.css">
|
|
|
<title>Internal Server Error</title>
|
|
|
</head>
|
|
|
<body>
|
|
|
@@ -27,6 +27,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
-<script src="js/bootstrap.min.js"></script>
|
|
|
+<script src="assets/js/bootstrap.min.js"></script>
|
|
|
</body>
|
|
|
</html>
|