ai-editor / index.html
visualvanguard's picture
fix this website
ca1bc1d verified
raw
history blame contribute delete
831 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<title>My App</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>
<span>I'm ready to work,</span><br />
Ask me anything.
</h1>
<img src="http://static.photos/technology/640x360/42" alt="Technology Arrow" class="arrow" />
</div>
<div class="footer-badge">
Made with <img src="http://static.photos/white/200x200/1" alt="Logo" class="logo-img">
<a href="https://enzostvs-deepsite.hf.space" target="_blank">DeepSite</a> -
🧬 <a href="https://enzostvs-deepsite.hf.space?remix=visualvanguard/ai-editor" target="_blank">Remix</a>
</div>
</body>
</html>