switched to meteor.js for cloud solution
This commit is contained in:
25
app/client/app.html
Normal file
25
app/client/app.html
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>TFM</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="Amir Smajevic, Adnan Strojil, Senad Uka">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<ul class="nav nav-tabs">
|
||||
<li role="presentation" class="active"><a href="#">Početak</a></li>
|
||||
<li role="presentation"><a href="#">Novosti</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="hello">
|
||||
{{> display}}
|
||||
</div>
|
||||
</div> <!-- /container -->
|
||||
|
||||
</body>
|
||||
Reference in New Issue
Block a user