-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (37 loc) · 2.3 KB
/
index.html
File metadata and controls
43 lines (37 loc) · 2.3 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
<!DOCTYPE html>
<html>
<head>
<title>Markverse - Metaverse Avatar Creator</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="description" content="Create your own unique avatar for the metaverse with Markverse, the leading avatar creator. Customize your appearance and explore the virtual world with your personalized digital identity. Get yours now!">
<meta name="keywords" content="Markverse, metaverse, avatar creator, virtual world, digital identity">
<meta property="og:title" content="Markverse - Metaverse Avatar Creator">
<meta property="og:description" content="Create your own unique avatar for the metaverse with Markverse, the leading avatar creator. Customize your appearance and explore the virtual world with your personalized digital identity. Get yours now!">
<meta property="og:image" content="https://www.markverse.net/images/Thumbnail.png">
<meta property="og:image:width" content="907">
<meta property="og:image:height" content="680">
<meta property="og:site_name" content="Markverse">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Markverse - Metaverse Avatar Creator">
<meta property="twitter:description" content="Create your own unique avatar for the metaverse with Markverse, the leading avatar creator. Customize your appearance and explore the virtual world with your personalized digital identity. Get yours now!">
<meta property="twitter:image" content="https://www.markverse.net/images/Thumbnail.png">
<meta property="twitter:image:width" content="907">
<meta property="twitter:image:height" content="680">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="logo">
Markverse
</div>
<div class="slideshow-container" id="slideshow-container"></div>
<div class="download-link">
<script src="https://gumroad.com/js/gumroad.js"></script>
<a class="gumroad-button" href="https://webchoki.gumroad.com/l/mark">Available on</a>
</div>
<div class="footer">
A vibe coded website - 2025
</div>
<script src="script.js"></script>
</body>
</html>