STONKS/templates/embed.html

17 lines
282 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Dashboard</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<h2>Main Dashboard</h2>
<iframe
src="/graphs?ticker=FAT,ALB,TSLA&limit=28"
style="width:33%; height:500px; border:0;"
></iframe>
</body>
</html>