31 lines
694 B
HTML
31 lines
694 B
HTML
{3714b1706b9a07028729176a0ed65bccd4b69e08 true 694 index.html 0xc001e16a80}
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="card">
|
|
<div class="box">
|
|
<div class="content">
|
|
<h2>Someone Sam<br><span>Creative Designer</span></h2>
|
|
<div class="img">
|
|
<img src="img.jpg">
|
|
</div>
|
|
<button>Here</button>
|
|
</div>
|
|
</div>
|
|
<div class="toggle">
|
|
<span></span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<script src="js/main.js">
|
|
</script>
|
|
</body>
|
|
</html> |