-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (73 loc) · 2.69 KB
/
index.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<!--
###############################################
##@Version : Saturday Jan 09, 2021 02:49:07 EST-git
# @Author : Jason
# @Contact : [email protected]
# @License : WTFPL
# @Copyright : Copyright (c) 2021, Casjays Developments
# @Created : Saturday Jan 09, 2021 02:49:07 EST
# @File : index
# @Description :
# @Other :
#
###############################################
-->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="Keywords"
content="Casjay, CasjaysDev, Jason M. Hempstead, Website, About Me"
/>
<meta name="Description" content="Created By Casjays Developments" />
<meta name="generator" content="CasjaysDev" />
<link
rel="shortcut icon"
href="https://casjaysdev-sites.github.io/static/favicon.ico"
/>
<link
rel="stylesheet"
href="https://casjaysdev-sites.github.io/static/default-css/github-ribbon.css"
/>
<link
rel="stylesheet"
type="text/css"
href="https:///static.casjay.pro/default-css/casjaysdev.css"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.0/darkly/bootstrap.min.css"
integrity="sha384-Bo21yfmmZuXwcN/9vKrA5jPUMhr7znVBBeLxT9MA4r2BchhusfJ6+n8TLGUcRAtL"
crossorigin="anonymous"
/>
<script src="https://static.casjay.pro/default-js/errorpages/isup.js"></script>
<script src="https://static.casjay.pro/default-js/errorpages/isup.js"></script>
<script src="https://casjaysdev-sites.github.io/static/default-js/errorpages/homepage.js"></script>
<script src="https://casjaysdev-sites.github.io/static/default-js/errorpages/loaddomain.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3"
async
defer
></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<!-- Begin Main Site -->
<title>Redirect</title>
<meta http-equiv="refresh" content="2; URL=http://client.casjay.pro" />
</head>
<!-- Begin Body -->
<body>
<!-- Begin Main Body -->
<h1 class="container text-center">Redirecting to webmail</h1>
<!-- End Main End Body -->
</body>
</html>