mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
12 lines
211 B
HTML
12 lines
211 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script>
|
|
navigator.serviceWorker.register("worker.js");
|
|
</script>
|
|
</head>
|
|
<body>
|
|
This is a test page.
|
|
</body>
|
|
<html>
|