Commit 3c2108f5 authored by Phạm Duy Phi's avatar Phạm Duy Phi

no message

parent 4483b2f9
<!DOCTYPE html>
<html lang="en" ng-app="MyFirstApp">
<head>
<meta charset="UTF-8">
<script src="https://code.angularjs.org/1.7.8/angular.min.js"></script>
<script src="//unpkg.com/@uirouter/angularjs/release/angular-ui-router.min.js"></script>
<title>My First App</title>
</head>
<body>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html ng-app lang="en">
<head>
<meta charset="UTF-8">
<title>Viết đơn xin nghỉ</title>
<script src="//unpkg.com/@uirouter/angularjs/release/angular-ui-router.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="../js/angular.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<form id="leaveform">
<table cellpadding="5px">
<thead>
<th>stt</th>
<th>Tiêu đề</th>
<th>Nội dung</th>
<th>Ghi chú</th>
<th>Checked</th>
<th>Trạng thái</th>
<th>Eproject name</th>
</thead>
</table>
</form>
</body>
</html>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment