Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Made the client more 'Reusable'
Browse files Browse the repository at this point in the history
  • Loading branch information
torch2424 committed Apr 23, 2017
1 parent a57ee70 commit 9de264c
Show file tree
Hide file tree
Showing 17 changed files with 43,042 additions and 319 deletions.
21 changes: 21 additions & 0 deletions .tmp/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!doctype html>
<html>
<head>
<base href="/">
<meta charset="utf-8">
<title>Shalom</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="https://camo.githubusercontent.com/1188851af126776ece4fd95980131624cf610a4a/68747470733a2f2f66696c65732e6161726f6e7468656465762e636f6d2f242f61666e6a65" />
</head>

<body ng-app="app">
<angular-nav></angular-nav>
<div class="app-container">
<div class="app-container__sub">
<ui-view>
</ui-view>
</div>
</div>
<script type="text/javascript" src="index.js"></script></body>
</html>
Loading

0 comments on commit 9de264c

Please sign in to comment.