UNPKG

noll

Version:

An environment for computer graphics experiments

14 lines (13 loc) 391 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Noll</title> <link rel="stylesheet" href="/client.css"/> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"/> </head> <body> <div id="root"></div> <script src="/static/bundle.js"></script> </body> </html>