mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
12 lines
162 B
HTML
12 lines
162 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Limbo Test</title>
|
|
</head>
|
|
<body>
|
|
<script type="module">
|
|
window.Worker = Worker;
|
|
</script>
|
|
</body>
|
|
</html>
|