-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror-message.html
136 lines (131 loc) · 5.75 KB
/
error-message.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Teachhood</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.6 -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<!-- iCheck for checkboxes and radio inputs -->
<link rel="stylesheet" href="plugins/iCheck/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="dist/css/AdminLTE.min.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="dist/css/skins/_all-skins.min.css">
<link rel="stylesheet" href="bootstrap/css/custom.css">
<link rel="stylesheet" href="bootstrap/css/main.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- ADD THE CLASS layout-top-nav TO REMOVE THE SIDEBAR. -->
<body class="hold-transition skin-yellow layout-top-nav ">
<div class="wrapper">
<!-- Full Width Column -->
<div class="content-wrapper yellow_body">
<div class="container">
<div class="row">
<div class="col-md-12 log_nav">
<p class="pull-right">Не сте регистрирани? <strong><a href=""> Регистрирај Се </a></strong><img
src="images/uk-flag.png"></p>
</div>
</div>
</div>
<div class="container imgdonw">
<div class="col-md-8 reg_block">
<h1 class="text-left strongh1"><strong>НАСТАНА ГРЕШКА!</strong></h1>
<h2 class="text-left"><strong>Се извинуваме поради ова.</strong></a> </h2>
<h3 class="text-left">Ве молиме пробајте повторно</a> </h3>
<h4 class="text-left">Доколкку грешката се појавува и понатаму слободно <span class="linkplus">контактирајте не</span></a> </h4>
</div>
<div class="col-md-4">
<img src="images/tutor-register.png" class="img-responsive imgdonw">
</div>
</div>
</dic>
</div>
<!-- ./content-wrapper-->
<!-- Footer-->
<footer class="main-footer">
<div class="col-md-12 margintopstyle"></div>
<div class="row">
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="" class="inline-w">
<address>
<span class="glyphicon glyphicon-envelope"></span> Contact <a
href="mailto:[email protected]"> Jon Doe</a>.<br>
</address>
</a></li>
<li><a href="" class="inline-w"><span class="glyphicon glyphicon-map-marker"></span> Ул.Перо Наков
бб</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="" class="inline-w">За Нас</a></li>
<li><a href="" class="inline-w">Како Работи</a></li>
<li><a href="" class="inline-w">Инстант Решение</a></li>
<li><a href="" class="inline-w">Блог</a></li>
<li><a href="" class="inline-w">FAQ</a></li>
</ul>
</div>
<div class="col-md-12">
<div class="container">
<div class="col-md-10 col-md-offset-1">
<hr/>
</div>
<div class="col-md-12">
<p class="text-center">TeachHood © 2016</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /.footer -->
</div>
<!-- ./wrapper -->
<!-- jQuery 2.2.0 -->
<script src="plugins/jQuery/jQuery-2.2.0.min.js"></script>
<!-- Bootstrap 3.3.6 -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- SlimScroll -->
<script src="plugins/slimScroll/jquery.slimscroll.min.js"></script>
<!-- FastClick -->
<script src="plugins/fastclick/fastclick.js"></script>
<!-- AdminLTE App -->
<script src="dist/js/app.min.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="dist/js/demo.js"></script>
<!-- iCheck 1.0.1 -->
<script src="plugins/iCheck/icheck.min.js"></script>
<script>
$(document).ready(function () {
$('input').iCheck({
checkboxClass: 'icheckbox_flat-red',
radioClass: 'iradio_flat-red'
});
});
</script>
</body>
</html>