UNPKG

ih-portal

Version:

A project for connecting interaction hub services with catalyst-ui components

18 lines (14 loc) 476 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Interaction Hub Sandbox</title> <link rel="stylesheet" href="./foundation.min.css"> <link rel="stylesheet" href="./build/IHStudentDashboard.css" media="screen" charset="utf-8"> </head> <body> <div id="ih-student-finances"></div> </body> <script src="./build/IHStudentFinances.js" charset="utf-8"></script> </html>