bigbluebutton-Github/labs/demos/index.html
2014-05-09 14:55:25 +00:00

16 lines
344 B
HTML

<!doctype html>
<html ng-app="landingPage">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.7/angular.min.js"></script>
<script src="app.js"></script>
</head>
<body>
<div ng-controller="MainCtrl">
<form ng-submit="login()">
<input type="submit" value="Send">
</form>
</div>
</body>
</html>