forked from donelfantastic/donelfantastic.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain-index.html
More file actions
124 lines (109 loc) · 3.55 KB
/
Copy pathmain-index.html
File metadata and controls
124 lines (109 loc) · 3.55 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Donelfantastic</title>
<meta name="robots" content="noindex">
<meta name="referrer" content="never">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css">
<link rel="stylesheet" href="./src/style.css">
<link rel="stylesheet" href="https://kit.fontawesome.com/d5fba335cd.js" crossorigin="anonymous">
</head>
<body>
<!-- partial:index.partial.html -->
<menu-nav>
<a href="/"><i class="fas fa-home fa-fw"></i></a>
<a href="#satu"><i class="fa fa-calendar fa-fw"></i></a>
<a href="#dua"><i class="fas fa-photo-video fa-fw"></i></a>
<a href="#tiga"><i class="fa fa-music fa-fw"></i></a>
<a href="#kosong"><i class="fa fa-cog fa-spin"></i></a>
<a href="#empat"><i class="fa fa-rss fa-fw"></i></a>
</menu-nav>
<div class='container resp-container'>
<section id='home'>
<h1></h1>
</section>
<section id='satu'>
<h1>EVENTS</h1>
</section>
<section id='dua'>
<h1>GALLERY</h1>
</section>
<section id='tiga'>
<h1>MUSIC</h1>
</section>
<section id='kosong'>
<h1>INSTAGRAM<br>
<p1>Photos, Reels, Videos, Post & Stories Download!</p1></br>
<input type="button" value="Reload Page" onClick="javascript:location.reload(true)">
<div style="border: 0px; overflow: hidden; margin: 0px auto; padding: 0px auto; max-width: 100℅;">
<iframe scrolling="yes" src="https://storiesig.me/en/donelfantastic" style="border: 0px none; margin-left: -5px; margin-right: 0px; margin-top: -9em; margin-bottom: -15.6em; height: 50em; width:850px;">
</iframe>
</div>
</h1>
</section>
<section id='empat'>
<h1>RSS FEED LIVE UPDATE
<p></p>
</h1>
</section>
</div>
<style>
.footer {
position: fixed;
left: 0;
bottom: 15px;
width: 100%;
background-color: transparent;
color: white;
text-align: center;
}
.icons {
padding-top: 1rem;
}
.icons a:hover {
color: red;
}
.icons a {
text-decoration: none;
font-size: 1rem;
margin: 0.5rem;
color: #f4f4f4;
}
</style>
<footer>
<div class="footer">
<div class="icons">
<a href="https://facebook.com/donelfantastic"><i class="fab fa-facebook"></i></a>
<a href="https://youtube.com/@donelfantastic"><i class="fab fa-youtube"></i></a>
<a href="https://instagram.com/donelfantastic"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="https://donelfantastic.github.io/"><i class="fab fa-github"></i></a>
<p>Copyright © 2023 Donel Fantastic. All Rights Reserved.</p>
</footer>
<script type=”text/javascript” src=”.src/script.js”></script>
<script type=”text/javascript”>
< span onClick = ”writeCookie(0)” > < /span> <
!–
adMessage(‘The ad: You really have to buy this stuff’);
// –>
</script>
<script language=”javascript”>
< !–
if (showads) {
document.write(“Remove the ad by clicking it.”)
}
//–>
</script>
<!– Optional To Show Ads Again –>
<script type=”text/javascript”>
< !–
if (!showads) {
document.write(“ < form > < input type = button value = ’Ads back’ onClick = writeCookie(1) > < /form>”)
}
//–>
</script>
</body>
</html>