templates/pages/new/base.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <title>{% block title %}DSANTE ✅{% endblock %}</title>
            <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">
             <!-- Mobile Specific Meta -->
            <meta name="viewport" content="width=device-width, initial-scale=1">
            <meta name="author" content="DS Institute">
            <link rel="stylesheet" href="{{ asset('assets_new/css/bootstrap.min.css') }}">
            <link rel="stylesheet" href="{{ asset('assets_new/css/fontawesome-all.css') }}">
            <link rel="stylesheet" href="{{ asset('assets_new/css/flaticon.css') }}">
            <link rel="stylesheet" href="{{ asset('assets_new/css/animate.css') }}">
            <link rel="stylesheet" href="{{ asset('assets_new/css/video.min.css') }}">
            <link rel="stylesheet" href="{{ asset('assets_new/css/slick-theme.css') }}">
            <link rel="stylesheet" href="{{ asset('assets_new/css/slick.css') }}">
            <link rel="stylesheet" href="{{ asset('assets_new/css/jquery-ui.css') }}">
            <link rel="stylesheet" href="{{ asset('assets_new/css/nice-select.css') }}">
            <link rel="stylesheet" href="{{ asset('assets_new/css/rs6.css') }}">
            <link rel="stylesheet" href="{{ asset('assets_new/css/roundslider.css') }}">
            <link rel="stylesheet" href="{{ asset('assets_new/css/global.css') }}">
            <link rel="stylesheet" href="{{ asset('assets_new/css/style.css') }}">
    
        </head>
        <body class="insurin-sv-main">
    
        {% include('layouts/new/header.html.twig') %}
    
            {% block body %}{% endblock %}
    
    
        {% include('layouts/new/footer.html.twig') %}
        </body>
    </html>