UNPKG

d1-web

Version:

Lightweight responsive front-end framework

15 lines (14 loc) 350 B
<!doctype html> <html lang="en"> <head> <title>Module tester</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="../src/index.css" rel="stylesheet"> </head> <body class="pad"> <h1>Module tester</h1> <script src="../dist/tester.js"></script> </body> </html>