File size: 990 Bytes
54ccf6d e69938e 54ccf6d 8280170 54ccf6d 8280170 54ccf6d 20989be 54ccf6d e69938e 90a536b 54ccf6d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/@inworld/web-sdk@1.3.0/build/src/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@inworld/nodejs-sdk@1.3.1/build/src/index.min.js"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>DOVIC Simulation House of Krebsville</title>
<link rel="stylesheet" href="style.css" />
<style>
body {
background-image: url('img_fantasy_lands_krebsville_map.jpg');
}
</style>
</head>
<body>
<div class="card">
<h1>Welcome to the DOVIC Simulation House Lobby static Space!</h1>
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
<p>
Also don't forget to check the
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
</p>
</div>
</body>
</html>
|