CoolFace
Apppublic

kai119/intern_cobuild

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
index.html32 linesDownload Raw Back to root
1<!doctype html>2<html>3 4<head>5	<meta charset="utf-8" />6	<meta name="viewport" content="width=device-width" />7	<title>My static Space</title>8	<style>9		html,10		body {11			margin: 0;12			padding: 0;13			height: 100%;14		}15 16		body {17			display: flex;18			justify-content: center;19			align-items: center;20		}21 22		iframe {23			width: 430px;24			height: 932px;25			border: none;26		}27	</style>28</head>29 30<body>31	<iframe src="https://colearn.intern-ai.org.cn/cobuild" title="description"></iframe>32</body>