Autogen_Space_Craft2 / index.html
mfahad's picture
Update index.html
63abb2d
raw
history blame contribute delete
346 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Welcome to Autogen Space_craft game Space!</h1>
<p>Run it locally</p>
</div>
</body>
</html>