-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
46 lines (46 loc) · 1.69 KB
/
404.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
<!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.0">
<link rel="shortcut icon" href="contents/images/favicon/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="contents/images/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./css/webpage-stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="./Koombiweb/stylesheet.css" type="text/css" charset="utf-8" />
<style type="text/css">
body {
font-family: 'koombiweb';
}
.content {
font-family: cursive;
bottom: 0;
margin-bottom: 45%;
text-align: center;
}
</style>
<title>Page Not Found</title>
<script type="text/javascript" charset="utf-8">
$(document).ready(function () {
$('#container').easyTabs({ defaultContent: 1 });
});
</script>
</head>
<body>
<div id="container">
<div id="header">
l+ô fjí f*dkaÜ <a href="https://github.com/Koombitool">
<p class="bytxt">By Koombitool<img src=".\contents\images\lk.png" alt="A SriLankan Project" class="lk"></p>
</a>
</div>
<div id="main_content">
<div class="content">
<h1>404 Forbidden</h1>
<br>
<a href="/SinhalaWebFonts"><h2>Go to Home Page</h2></a>
</div>
<div id="footer">
<p>© Copyright 2021, <a href="https://github.com/koombitool">Koombitool LK</a> And The Contribution Of <a href="https://github.com/koombitool/sinhalawebfonts">SinhalaWebFont Project.</a></p>
</div>
</body>
</html>