cloud-pf
Version:
hcm cloud 前端框架使用知识点汇总
14 lines • 361 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body ng-app="myApp" ng-controller="indexController">
<div>content:</div>
<div class="content" ng-bind="content"></div>
<script src="./angular.min.js"></script>
<script src="./script.js"></script>
</body>
</html>