Spaces:
Running
Running
File size: 2,176 Bytes
6b53301 3bf479a 6b53301 072f9cf 6b53301 |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="TDPWzrp5HLeDmChbYjqLCOvWdONSPHHFmnQNG5LSwTY" />
<meta name="robots" content="index,follow">
<style type="text/css">
html,
body {
padding: 0;
margin: 0;
background-color: #55aaff;
color: #fff;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
}
.container {
text-align: center;
}
.link {
display: block;
width: 100%;
padding: 15px;
margin: 10px 0;
background-color: #fff;
color: #55aaff;
text-decoration: none;
border-radius: 5px;
font-size: 18px;
transition: background-color 0.3s, color 0.3s;
box-sizing: border-box;
}
.link:hover {
background-color: #55aaff;
color: #fff;
}
</style>
</head>
<body>
<div class="container">
<h1>ArtMozai</h1>
<script async src="https://cse.google.com/cse.js?cx=651d1b956c0ff4371"></script>
<div class="gcse-search"></div>
<a href="https://artmozai.blogspot.com" class="link">Blog</a>
<a href="https://www.instagram.com/artmozai" class="link">Instagram</a>
<a href="https://x.com/artmozai" class="link">Twitter</a>
<a href="https://www.facebook.com/artmozai" class="link">Facebook</a>
<a href="https://pinterest.com/artmozai/" class="link">Pinterest</a>
<a href="https://github.com/artmozai" class="link">Github</a>
<a href="https://linktr.ee/artmozai" class="link">Linktree</a>
<a href="https://stock.adobe.com/uk/contributor/211463521/artmozai" class="link">Buy image</a>
<a href="https://stock.artmozai.workers.dev" class="link">Gallery image</a>
<a href="https://artmozai.myportfolio.com" class="link">Myportfolio</a>
</div>
</body>
</html> |