|
<!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>My static Space</title> |
|
<link rel="stylesheet" href="style.css" /> |
|
<img src="fantasy_lands_krebsville_map.jpg alt=Krebsville Map"> |
|
</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> |
|
|