-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·24 lines (20 loc) · 1009 Bytes
/
index.html
File metadata and controls
executable file
·24 lines (20 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en" xmlns:ng="http://angularjs.org/">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="google-site-verification" content="DxQinzOX25RCXdgEvf-AEkhklh6ZyJ6RGu-IPqyWc0E" />
<meta name="fragment" content="!" />
<base href="/" />
<title>Home | Aritra Saha</title>
<link rel="stylesheet" href="assets/vendor/bootstrap-3.3.2-dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/vendor/bootstrap-3.3.2-dist/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="assets/global.css" />
<script data-main="assets/home" src="assets/vendor/require/require.js"></script>
</head>
<body class="container" ng-controller="BodyController">
Welcome to the world of <b ng-bind="name"></b>..!!
Go to <a href ng-click="openTest()">Test</a>
<ng-view />
</body>
</html>