mirror of
https://github.com/amark/gun.git
synced 2025-06-22 14:02:33 +00:00

* Fix the "/" bug. * Update the "hub-test" to make them work everywhere! * 🤛Fix the "/" bug ! * Fix indentation * ✂️ My new quest shall be to shorten the file paths ! * 👽 Remove Chokidar from dependencies * 👽 Remove chokidar from dependencies!
12 lines
277 B
HTML
12 lines
277 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<div>Hi!</div>
|
|
</body>
|
|
</html> |