CoolFace
Apppublic

cryptocalypse/Real_Time_Web_Search_News_Multilanguage

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes
index.html14 linesDownload Raw Back to root
1<!doctype html>2<html>3	<head>4		<meta charset="utf-8" />5		<meta name="viewport" content="width=device-width" />6		<title>Holmesbot AI Web Search News Investigation </title>7		<link rel="stylesheet" href="style.css" />8	</head>9	<body>10		<div class="card">11          <iframe src="https://app.holmesbot.com" style="width:100%;height:100%">12        </div>13	</body>14</html>