Spaces:
Running
Running
imseldrith
commited on
Commit
•
53606e6
1
Parent(s):
828ac4c
Create DeepFakeAI.html
Browse files- DeepFakeAI.html +45 -0
DeepFakeAI.html
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
|
4 |
+
<head>
|
5 |
+
<style>
|
6 |
+
.social-icons a:hover i {
|
7 |
+
box-shadow: 0px 0px 150px #000000;
|
8 |
+
z-index: 2;
|
9 |
+
-webkit-transition: all 200ms ease-in;
|
10 |
+
-webkit-transform: scale(1.5);
|
11 |
+
-ms-transition: all 200ms ease-in;
|
12 |
+
-ms-transform: scale(1.5);
|
13 |
+
-moz-transition: all 200ms ease-in;
|
14 |
+
-moz-transform: scale(1.5);
|
15 |
+
transition: all 200ms ease-in;
|
16 |
+
transform: scale(1.5);
|
17 |
+
}
|
18 |
+
</style>
|
19 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
20 |
+
</head>
|
21 |
+
|
22 |
+
<body>
|
23 |
+
<div style="color:#FF0000; background-color:#000; font-size:35px; font-weight:bold; text-align:center;">
|
24 |
+
<a href="https://codegenius.me" style="color:#FF0000; -webkit-transition: color 200ms ease-in-out; transition: color 200ms ease-in-out; text-decoration: none;">DeepFakeAI 2.0.1</a>
|
25 |
+
</div>
|
26 |
+
<div class="social-icons" style="padding:30px; background-color:#000; text-align:center;">
|
27 |
+
<a href="https://www.facebook.com/octaeldrith" title="facebook" style="color:#FF0000; line-height:30px; font-size:30px; margin:0 5px; text-decoration:none;">
|
28 |
+
<i class="fa fa-facebook-square" aria-hidden="true" style="line-height:30px; font-size:30px; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;"></i>
|
29 |
+
</a>
|
30 |
+
<a href="https://twitter.com/ims_eldrith" title="twitter" style="color:#FF0000; line-height:30px; font-size:30px; margin:0 5px; text-decoration:none;">
|
31 |
+
<i class="fa fa-twitter-square" aria-hidden="true" style="line-height:30px; font-size:30px; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;"></i>
|
32 |
+
</a>
|
33 |
+
<a href="https://instagram.com/ims_eldrith" title="instagram" style="color:#FF0000; line-height:30px; font-size:30px; margin:0 5px; text-decoration:none;">
|
34 |
+
<i class="fa fa-instagram" aria-hidden="true" style="line-height:30px; font-size:30px; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;"></i>
|
35 |
+
</a>
|
36 |
+
<a href="https://linkedin.com/in/ashiq-hussain" title="linkedin" style="color:#FF0000; line-height:30px; font-size:30px; margin:0 5px; text-decoration:none;">
|
37 |
+
<i class="fa fa-linkedin-square" aria-hidden="true" style="line-height:30px; font-size:30px; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;"></i>
|
38 |
+
</a>
|
39 |
+
<a href="https://www.pinterest.com/ims_eldrith" title="pinterest" style="color:#FF0000; line-height:30px; font-size:30px; margin:0 5px; text-decoration:none;">
|
40 |
+
<i class="fa fa-pinterest-p" aria-hidden="true" style="line-height:30px; font-size:30px; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;"></i>
|
41 |
+
</a>
|
42 |
+
</div>
|
43 |
+
</body>
|
44 |
+
|
45 |
+
</html>
|