-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (48 loc) · 1.65 KB
/
Copy pathindex.html
File metadata and controls
54 lines (48 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Typed</title>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.9"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="javascript/typed.js"></script>
<link rel="stylesheet" href="css/style.css">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css'>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
</head>
<body>
<h1>
<div class="opaque-bg animated fadeInDown">
Typed.js
<smallText>
<br>
<span id="message"></span>
</smallText>
</div>
<copyright style=" position:absolute;
bottom:0;
width:100%;
height:60px; ">
© 2019 ShadyAlexCodes
<br>Some Rights Reserved
</copyright>
<extraSmallText>
<span class="github_button">
<a href="#" onclick="swal({
title: 'Warning',
text: 'You are about to be redirected to another page, but before continuing we wanted to make sure you were okay with this!',
icon: 'warning',
}).then(function(value) {
if(value) {
window.location.href = 'https://shadyalexcodes.com/';
} else if(value == false) {
swal('Warning', 'You will not be redirected!', 'error');
}
});">
<img src="https://avatars0.githubusercontent.com/u/45239432?s=460&v=4">
</a>
</span>
</extraSmallText>
</h1>
</body>
</html>