51 lines
1.1 KiB
HTML
51 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>gphoto2 on the Web</title>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://unpkg.com/purecss@2.0.6/build/pure-min.css"
|
|
crossorigin="anonymous"
|
|
/>
|
|
<style>
|
|
.center-parent {
|
|
display: flex;
|
|
height: 100vh;
|
|
}
|
|
|
|
.center {
|
|
margin: auto;
|
|
text-align: center;
|
|
}
|
|
|
|
#capture {
|
|
width: 20ch;
|
|
}
|
|
|
|
#config {
|
|
overflow-y: auto;
|
|
max-height: 100vh;
|
|
}
|
|
|
|
#config label {
|
|
max-width: 40%;
|
|
}
|
|
|
|
#config select {
|
|
max-width: 50%;
|
|
}
|
|
</style>
|
|
<script type="importmap">
|
|
{
|
|
"imports": {
|
|
"preact": "https://unpkg.com/preact/dist/preact.module.js",
|
|
"preact/debug": "https://unpkg.com/preact/debug/dist/debug.module.js",
|
|
"preact/devtools": "https://unpkg.com/preact@10.5.14/devtools/dist/devtools.module.js",
|
|
"stats.js": "https://unpkg.com/stats.js@0.17.0/src/Stats.js"
|
|
}
|
|
}
|
|
</script>
|
|
<script type="module" src="index.js"></script>
|
|
</head>
|
|
</html>
|