File size: 831 Bytes
ca1bc1d
4333500
ca1bc1d
 
 
4333500
 
ca1bc1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9c161b3
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

<!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>