/index.html (34ff918acf5deae871351349cfb54f31d8166643) (929 bytes) (mode 100644) (type blob)
<!DOCTYPE html>
<html data-ng-app="Bluestone" data-ng-controller="MainController">
<head>
<script src="assets/js/angular.js"></script>
<script src="assets/js/jquery/jquery.js"></script>
<script src="assets/js/jquery/jquery.slim.js"></script>
<script src="assets/js/bootstrap/bootstrap.js"></script>
<script src="app.module.js"></script>
<link rel="stylesheet" href="assets/css/bootstrap.css"/>
<link rel="stylesheet" href="assets/css/bootstrap-reboot.css"/>
<link rel="stylesheet" href="assets/css/bootstrap-grid.css"/>
<title>{{title}}</title>
</head>
<body>
<div data-ng-include src="'src/shared/header.html'"></div>
<div data-ng-include src="'src/shared/navigation.html'"></div>
<div id="view" ng-view></div>
<div data-ng-include src="'src/shared/footer.html'"></div>
</body>
</html>
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
129 |
44c9dc6f41c8a7a2473c371ce753266f57493ab1 |
app.module.js |
040000 |
tree |
- |
75bc1a97b5b373b704ccaba14d7d9bd3f185dfe6 |
assets |
100644 |
blob |
929 |
34ff918acf5deae871351349cfb54f31d8166643 |
index.html |
040000 |
tree |
- |
83d9c2c92a0f1be244c80566594c2a67598a9d87 |
src |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/amar.c.kadam/bluestone_websuite
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/amar.c.kadam/bluestone_websuite
Clone this repository using git:
git clone git://git.rocketgit.com/user/amar.c.kadam/bluestone_websuite
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main