AI-Studio/runtime/ui/index.html

24 lines
582 B
HTML
Raw Normal View History

2024-05-12 12:33:01 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MindWork AI Studio</title>
<style>
html, body {
height: 100%;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
background-color: #ffffff;
}
img {
display: block;
}
</style>
</head>
<body>
<img src="icon.jpg" width="512px" height="512px" alt="The app logo">
</body>
</html>