49 lines
1.4 KiB
PHP
49 lines
1.4 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta name="author" content="INSPIRO" />
|
|
<meta name="description" content="Themeforest Template Polo, html template">
|
|
<link rel="icon" type="image/png" href="images/favicon.png">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<!-- Document title -->
|
|
<title>teratera</title>
|
|
<!-- Stylesheets & Fonts -->
|
|
<link href="{{ asset('assets/website/css/plugins.css') }}" rel="stylesheet">
|
|
<link href="{{ asset('assets/website/css/style.css') }}" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
<!-- Body Inner -->
|
|
<div class="body-inner">
|
|
|
|
<!--HEADER-->
|
|
@include('template.website.header')
|
|
<!--END: HEADER-->
|
|
|
|
@yield('content')
|
|
|
|
<!-- Footer -->
|
|
@include('template.website.footer')
|
|
<!-- end: Footer -->
|
|
|
|
</div>
|
|
<!-- end: Body Inner -->
|
|
|
|
<!-- Scroll top -->
|
|
<a id="scrollTop"><i class="icon-chevron-up"></i><i class="icon-chevron-up"></i></a>
|
|
|
|
<!--Plugins-->
|
|
<script src="{{ asset('assets/website/js/jquery.js') }}"></script>
|
|
<script src="{{ asset('assets/website/js/plugins.js') }}"></script>
|
|
|
|
<!--Template functions-->
|
|
<script src="{{ asset('assets/website/js/functions.js') }}"></script>
|
|
|
|
</body>
|
|
|
|
</html> |