Answers for "template bootstrap pagina de posts laravel"

0

template bootstrap pagina de posts laravel

<!DOCTYPE html>

<html lang="{{ config('app.locale') }}">

<head>

   <!--
      META TAGS
   -->
   
   <!-- FAVICON -->
   <link rel="icon" href="../../favicon.ico">

   <title> TITULO </title>
   
   <!--
      CSS / Fonts / Styles
   -->

   <!--
      scripts
   -->
    	
</head>

<body>

   <nav> MENU/BARRA DE NAVEGAÇÃO </nav>

   <div> 
      CONTEUDO
      RODAPE
   </div>

   <!--
      scripts
   -->

</body>

</html>
Posted by: Guest on February-04-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language