Spaces:
Running
Running
Create exemples/broche/broche.html
Browse files
html_annotations/exemples/broche/broche.html
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
| 6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
+
<!--<script data-consolejs-channel="40dfe194-ebc5-b8e2-3fdc-5cc07cdf6340" src="https://remotejs.com/agent/agent.js"></script>-->
|
| 8 |
+
<title>Viewer SGOS</title>
|
| 9 |
+
</head>
|
| 10 |
+
<body>
|
| 11 |
+
<div>
|
| 12 |
+
<script
|
| 13 |
+
type="module"
|
| 14 |
+
src="https://mikafil-sog-viewer.static.hf.space/interface.js"
|
| 15 |
+
data-config="https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/exemples/broche/broche_config.json">
|
| 16 |
+
</script>
|
| 17 |
+
</div>
|
| 18 |
+
</body>
|
| 19 |
+
</html>
|