PHP Classes

File: libs/Raptor/Component/systemBundle/Views/template.html.twig

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Raptor/Component/systemBundle/Views/template.html.twig   Download  
File: libs/Raptor/Component/systemBundle/Views/template.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 2,057 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Raptor System</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <!-- Le styles --> <link href="{{ asset('bootstrap/css/bootstrap.min.css') }}" rel="stylesheet"> <link href="{{ asset('Raptor/css/icons_rpt.css') }}" rel="stylesheet"> <style type="text/css"> body { } </style> <link rel="stylesheet" type="text/css" href="{{ asset('Raptor/css/raptor.css') }}" media="screen"/> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="../assets/js/html5shiv.js"></script> <![endif]--> <!-- Fav and touch icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ asset('assets/ico/apple-touch-icon-144-precomposed.png') }}"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ asset('assets/ico/apple-touch-icon-114-precomposed.png') }}"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ asset('assets/ico/apple-touch-icon-72-precomposed.png') }}"> <link rel="apple-touch-icon-precomposed" href="{{ asset('assets/ico/apple-touch-icon-57-precomposed.png') }}"> <link rel="shortcut icon" href="{{ asset('Raptor/ico/raptor-32.png') }}"> </head> <body> {% block content %} {% endblock %} <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="{{ asset('bootstrap/js/all.js') }}"></script> {% block script %} {% endblock %} </body> </html>