UNPKG

democracyos-aurora-calendar

Version:

Aurora calendar theme

24 lines (23 loc) 570 B
<html> <head> <title>Calendar</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="build/build.css" type="text/css"> <style> body { font: 14px "Helvetica Neue", Helvetica, Arial; padding: 80px; color: #333; } </style> </head> <body> <h1>Calendar</h1> <script src="build/build.js"></script> <script> var Calendar = require('component-calendar'); var cal = new Calendar; cal.el.appendTo('body'); </script> </body> </html>