Files
old-tfm/app/client/app.html

22 lines
457 B
HTML
Raw Normal View History

<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">
2016-02-28 10:05:14 +01:00
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
{{> tabs}}
<div class="container-fluid">
{{> Template.dynamic template=template_name }}
</div>
2016-02-28 10:05:14 +01:00
<!-- /container -->
</body>