PHP Classes

File: resources/views/app.blade.php

Recommend this page to a friend!
  Packages of Niko Peikrishvili   Ticker   resources/views/app.blade.php   Download  
File: resources/views/app.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Ticker
Application to track and manage to do tasks
Author: By
Last change:
Date: 2 months ago
Size: 421 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <title inertia></title>

        <!-- Scripts -->
        @vite(['resources/css/app.css', 'resources/js/app.js'])
        @inertiaHead
    </head>
    <body class="antialiased">
        @inertia
    </body>
</html>