UNPKG

foam-framework

Version:
12 lines (11 loc) 334 B
<html> <head> <meta charset="utf-8"> <title>Calculator</title> <link rel="import" href="../../bower_components/paper-button/paper-button.html"> <link href="fonts/fonts.css" rel="stylesheet" type="text/css"> <script src="foam.js"></script> </head> <body> <foam id="calc" model="Calc" view="CalcView"></foam></body> </html>