UNPKG

@steveyuowo/impacter.js

Version:

🔆 Impacter.js is a innovative framework for building web interfaces like app.

28 lines (27 loc) • 604 B
<!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>Impacter App</title> </head> <style> * { padding: 0; margin: 0; transition: all 0.3s ease-in-out; } #impacter-app { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; } </style> <body> <div id="impacter-app"> </div> </body> </html> <script src="./bundle.js"></script>