File size: 636 Bytes
d3d8629
 
 
 
 
baeda77
d3d8629
 
 
 
baeda77
973b37f
10009ed
 
 
 
 
 
d3d8629
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>