UNPKG

timer-db

Version:

A library for cubing timer results storage with CouchDB-based synchronization.

13 lines (9 loc) 277 B
<!-- Note: this file "should" be called `dev.html`, but Parcel will only serve it at the root path if it's called `index.html`. --> <!DOCTYPE html> <html> <head> <title>timer-db Test</title> <script src="./index.js" type="module"></script> </head> <body></body> </html>