PortfolioPro / index.html
shapermindai's picture
Update index.html
973b37f verified
raw
history blame
No virus
636 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>PortfolioPro</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Welcome to PortfolioPro</h1>
<p>To avoid our codebase being stolen, we have embedded a preexsisting webpage in this space. If you want to duplicate it, please reach out to me via the links in my GitHub bio.</p>
<iframe
src="https://udify.app/chatbot/fd8I4RIz0JkjuoM4"
style="width: 100%; height: 100%; min-height: 700px"
frameborder="0"
allow="microphone">
</iframe>
</div>
</body>
</html>