template bootstrap pagina de posts laravel

Solutions on MaxInterview for template bootstrap pagina de posts laravel by the best coders in the world

showing results for - "template bootstrap pagina de posts laravel"
Ana
08 Mar 2016
1<!DOCTYPE html>
2
3<html lang="{{ config('app.locale') }}">
4
5<head>
6
7   <!--
8      META TAGS
9   -->
10   
11   <!-- FAVICON -->
12   <link rel="icon" href="../../favicon.ico">
13
14   <title> TITULO </title>
15   
16   <!--
17      CSS / Fonts / Styles
18   -->
19
20   <!--
21      scripts
22   -->
23    	
24</head>
25
26<body>
27
28   <nav> MENU/BARRA DE NAVEGAÇÃO </nav>
29
30   <div> 
31      CONTEUDO
32      RODAPE
33   </div>
34
35   <!--
36      scripts
37   -->
38
39</body>
40
41</html>
42
similar questions
queries leading to this page
template bootstrap pagina de posts laravel