-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrack.html
More file actions
76 lines (56 loc) · 2.43 KB
/
track.html
File metadata and controls
76 lines (56 loc) · 2.43 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<title>Just a second!</title>
<link rel="shortcut icon" href="../../images/logo.png" type="image/x-icon">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="You shouldn't be looking here.">
<meta name="keywords" content="">
<meta name="author" content="Tejo">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/tejo-resume.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LQZVFPT009"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LQZVFPT009');
</script>
<meta http-equiv="refresh"
content="0; url = https://grabify.link/FW1W1I" />
</head>
<body data-spy="scroll" data-target="#navbarNav" data-offset="50">
<section class="hero d-flex flex-column justify-content-center align-items-center" id="intro">
<div class="container">
<div class="row">
<img src="images/rafiki.jpg" alt="rafiki" width="420" height="420" >
<div class="d-flex flex-column justify-content-center align-items-center col-lg-7 col-md-7 col-12">
<h3 class="mb-4">Please wait..</h3>
</div>
</div>
</div>
</section>
<section class="contact section-padding pt-0" id="contact">
<div class="container">
<div class="row">
<div class="mx-auto col-lg-4 col-md-6 col-12">
<p class="copyright-text mt-5 pt-3">   Copyright © Procrastinators Inc.</p>
</div>
</div>
</div>
</section>
<!-- SCRIPTS -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>