-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (47 loc) · 1.92 KB
/
index.html
File metadata and controls
58 lines (47 loc) · 1.92 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
52
53
54
55
56
57
58
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<title>Tashley Toocaram | Web Developer</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords"
content="Web Developer, Web Crawler, MapReduce, Hadoop, Tashley Toocaram, Tashley-Toocaram, CHB-Technologies-Ltd, Javascript, Java, AngularJs, VueJs, Vue, CSS, HTML5, Cloud Computing, NodeJs, Node, Github, Applied-Computing, UOM, University-of-Mauritius">
<meta name="description"
content="This web page is designed, coded, tested and maintained for you to have a better idea about me.">
<meta name="robots" content="index,follow">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="img/png/logo-tashley.png" alt="logoTashley" />
<h1>Tashley Toocaram</h1>
</header>
<main>
<div class="info-wrapper">
<h2>This Website Down :(</h2>
<br>
The new website will be available soon.
<br>
1st May 2020
</div>
</main>
<hr>
<footer>
© ❘ Tashley Toocaram 2020
</footer>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- JS Here -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> -->
<script src="script.js"></script>
</body>
</html>