fundspecai / index.html
fundspec's picture
FundSpec AI
41e15fe verified
raw
history blame
363 Bytes
<!DOCTYPE html>
<html>
<head>
<title>FundSpec AI</title>
<style>
body, html { margin: 0; padding: 0; height: 100%; overflow: hidden; }
iframe { border: none; width: 100%; height: 100%; }
</style>
</head>
<body>
<iframe src="https://vembar.io/fundspecai">
Your browser doesn't support iframes.
</iframe>
</body>
</html>