Spaces:
Running
Running
<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> |