-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path403.html
More file actions
51 lines (48 loc) · 1.75 KB
/
403.html
File metadata and controls
51 lines (48 loc) · 1.75 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
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<title>Document</title>
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a href="/" class="navbar-item">
<img src="aarthy.png" alt="aarthy">
<h1 class="title is-size-5">
Aarthy Eye Hospital
</h1>
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false"
data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu">
<div class="navbar-end">
<a href="history.html" class="navbar-item">
Our History
</a>
<a href="team.html" class="navbar-item">
Team
</a>
<a href="tel:04324233163" class="navbar-item">
<span class="icon"><i class="fas fa-phone"></i></span>
<span>Call us</span>
</a>
</div>
</div>
</nav>
<section class="hero is-fullheight is-light">
<div class="hero-body">
<div class="container has-text-centered">
<h2 class="subtitle" style="font-weight: 900;"> 403 - You do not have access for this page</h2>
</div>
</div>
</section>
</body>
</html>