erichilarysmithsr's picture
Update index.html
8280170
raw
history blame
990 Bytes
<!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>