-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection.html
126 lines (99 loc) · 4.46 KB
/
collection.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
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
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CreateevMinutes - Creative Short Videos Here 💖</title>
<script src="config.js">
</script>
<meta name="google-site-verification" content="WARjJ-W0v43HadZRGsxMoq-hPPBawqU1YebL1FgtD2s" />
<link rel="shortcut icon" href="logo.jpg" type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="assets/home.css">
<link rel="stylesheet" href="assets/nav.css">
<link rel="stylesheet" href="assets/story.css">
<meta property="og:title" content="CreateevMinutes - Creative Short Videos Here 💖" />
<meta property="og:description" content="CreateevMinutes - Creative Short Videos Here 💖 - Explore the CreateevMinutes Creative Collections - Every Collection contains 10 Videos or Contents - Enjoy 💖"
/>
<meta property="og:image" content="https://createevminutes.sh20raj.repl.co/logo.jpg" />
<script src="shorts/posts.js">
</script>
</script>
</head>
<body class="ssb24 ">
<script src="https://rebrand.ly/AutoTopBarJS">
</script>
<div id="nav">
<h1>CreateevMinutes</h1>
<input type="checkbox" id="active">
<label for="active" class="menu-btn"><i class="fas fa-bars"></i></label>
<div class="wrapper">
<ul>
<li><a href="#">Home</a></li>
<li><a href="shorts/">Shorts</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://bit.ly/cxdi-insta">Contact</a></li>
<li><a href="report.html">Report</a></li>
<li><a href="credit.html">Disclamer</a></li>
</ul>
</div>
</div>
<div class="container">
<div id="story">
<pre id="story2" class="ssb2">
</pre></div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
let story = document.getElementById('story2');
let storyhtml = ``;
for (var i = posts.length - 1; i >= 0; i--) {
let n = posts[i].id;
storyhtml += `<a href="shorts/?collection=${n}"><div class="circle" ><img src="https://avatars.dicebear.com/api/adventurer/${n}.svg" alt="" /><svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" style="enable-background:new -580 439 577.9 194;"
xml:space="preserve"><circle cx="50" cy="50" r="40" /></svg></a></div>` ;
}
story.insertAdjacentHTML('beforeend',storyhtml)
</script>
<div class="line"></div>
<div id="story3"
style="text-align:center" > <script>
let story3 = document.getElementById('story3');
let storyhtml3 = ``;
for (let i = 0; i < totaljsons; i++) {
let n = i + 1;
storyhtml3 += `<a href="play/?collection=${n}"><div class="circle" style="text-align: center"><img src="https://img.buymeacoffee.com/api/?size=2000&bg-image=bmc&name=${n}.svg?b=%23f443aa&r=12" alt="" /><svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" style="enable-background:new -580 439 577.9 194;"
xml:space="preserve"><circle cx="50" cy="50" r="40" /></svg></a></div>` ;
}
story3.insertAdjacentHTML('beforeend',storyhtml3)
</script>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</div>
<div id="boot">
<style>@import url('assets/boot.css');</style>
<div class="boot">
<div class="menu">
<li><a href="../"><span class="fas fa-home"></span></a></li>
<li><a href="play/random.html"><span class="fab fa-google-play"></span></a></li>
<li><a href="#collections" style="color:#f23b26"><span class="far fa-heart"></span></a></li>
<style>
.boot .menu li:first-child a {
color: black;
}
.boot .menu .line{
width:100%;
}
</style>
<div class="line"></div>
</div>
</div>
</div>
<footer id="sticky-footer" class="flex-shrink-0 py-4 bg-dark text-white-50">
<div class="container text-center">
<small>Copyright © CreateevMinutes</small>
</div> <!--<h2>Website Under Construction... - <a href="https://github.com/SH20RAJ/createevminutes">GitHub</a></h2>
<br><hr><br>-->
</footer>
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=61de7c5597d54f00196fa9db&product=sop' async='async'></script>
</body>
</html>