html
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
<!--CODE BY MIR AAFAQ-->
<!Doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<iframe style="background-color:red" class="section" width="400" height="6" marquee behaviour="alternate">Azakios Pro</marquee></iframe>
<body>
<div class="container">
<button style="background-color:silver" type="button" data-toggle="modal" data-target="#myModal"><h5><kbd>Author</kbd></h5></button>
<div id="myModal" class="modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title">Azakios Team</h3>
<button data-dismiss="modal">Back</button>
</div>
<div class="modal-body"><kbd>Designed and Created By Mir Aafaq</kbd></div>
<div class="modal-footer">©Azakios 2020.All Rights Reserved</div>
</div>
</div>
</div>
</div>
Enter to Rename, Shift+Enter to Preview
css
css
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
/*CREATED BY MIR AAFAQ*/
body {
font-family: "Arial Black", Gadget, sans-serif;
margin: 0;
height: 100%;
width:100%;
top: 1px;
bottom: 10px;;
background: linear-gradient(-45deg, rgba(255,0,0,1) 0%, rgba(236,255,0,1) 33%, rgba(0,255,8,1) 66%, rgba(38,0,255,1)) no-repeat;
background-size: 400%;
background-attachment: fixed;
animation: gradientAnim 8s ease infinite;
}
@keyframes gradientAnim{
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
#myModal {
margin-top: 10px;
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
//FOLLOW IF YOU WANNA MORE
//AZAKIOS IS ALSO ON YOUTUBE
//AZAKIOS ALPHA
//AZAKIOS PRO
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run