-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (151 loc) · 5.5 KB
/
index.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="A list of websites use Meson CDN" />
<meta
name="keywords"
content="Meson Network, Meson Network Users, Decentralized CDN"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" />
<title>Powered By Meson</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<script
defer
data-domain="poweredbymeson.com"
src="https://app.axshelf.com/app.js"
></script>
</head>
<body>
<header class="text-gray-600 body-font">
<div
class="container mx-auto flex flex-wrap p-6 flex-col md:flex-row items-center"
>
<a
href="index.html"
class="flex title-font font-medium items-center text-gray-900 mb-2 md:mb-0"
>
<span class="ml-0 text-xl text-white">🔌 PoweredByMeson</span>
</a>
</div>
</header>
<section class="text-gray-600 body-font">
<div id="cursor"><img alt="Cursor Hand" src="./ui-assets/pingghost.svg"></div>
<div class="container px-8 py-20 mx-auto">
<div
class="lg:w-2/3 flex flex-col sm:flex-row sm:items-center items-start mx-auto"
>
<h1
class="flex-grow sm:pr-16 text-2xl font-medium title-font text-yellow-500"
>
Currently 15 projects use
<br />
<img
id="image"
ondblclick="variable = setTimeout(func, 1800)"
onclick="this.className='mesonicon2'"
class="mesonicon cerchio trigger-audio addAddress js-cursor-wrap"
src="./images/meson-favicon-inverted.png"
/>
<egg class="egg">
</egg>
<audio id="sound-hover" style="display:none;" controls="controls" preload="auto">
<source src="./ui-assets/effect.ogg"></source>
</audio>
<a href="https://meson.network" target="_parent">Meson CDN</a> to
distribute content worldwide
</h1>
<a
href="https://m-cdn.io/register"
target="_blank"
class="bg-transparent hover:bg-yellow-500 text-yellow-500 font-bold hover:text-white py-1 px-16 border border-cyan-500 hover:border-transparent rounded mt-4"
>LET'S TRY</a
>
</div>
</div>
</section>
<div id="app">
<div class="search-wrapper">
<input type="text" v-model="search" placeholder="🔎 Search Project.." />
</div>
<div class="wrapper">
<div class="card" v-for="post in filteredList">
<a v-bind:href="post.link" target="_blank">
<img v-bind:src="post.img" loading="layz" alt="projects" /> {{ post.title }}
<small>{{ post.type }}</small>
</a>
</div>
</div>
</div>
<div class="md:ml-16 flex flex-wrap items-center text-base justify-center">
<a
href="./addnew.html"
class="mr-5 mt-10 text-white hover:text-yellow-500"
>Missing project? ADD HERE</a
>
</div>
<footer class="text-gray-600 body-font">
<div
class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col"
>
<a
class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900"
>
<span class="ml-3 text-xl text-white">PoweredByMeson</span>
</a>
<p
class="text-sm text-white sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:mt-0 mt-4"
>
<a
href="https://meson.guru"
class="text-gray-600 ml-1"
rel="noopener noreferrer"
target="_blank"
>Meson.Guru</a
>
<span id="year"></span>
</p>
<span
class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start"
>
<a class="ml-3 text-gray-500">
<svg
fill="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-5 h-5"
viewbox="0 0 24 24"
>
<path
d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"
></path>
</svg>
</a>
<a class="ml-3 text-gray-500">
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-5 h-5"
viewbox="0 0 24 24"
>
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path
d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01"
></path>
</svg>
</a>
</span>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.1.9/vue.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js'></script>
<script src="./js/main.js"></script>
</body>
</html>