mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
13 lines
965 B
PHP
13 lines
965 B
PHP
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
|
|
<meta charset="utf-8"/>
|
|
<title>Exchange - Overseas Money Transfers</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no"/>
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('images/favicon/apple-touch-icon.png') }}">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('images/favicon/favicon-32x32.png') }}">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('images/favicon/favicon-16x16.png') }}">
|
|
<link rel="manifest" href="{{ asset('images/favicon/site.webmanifest') }}">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
<link href="{{ asset('css/vendor.css') }}" rel="stylesheet" type="text/css"/>
|
|
<link href="{{ asset('css/site.css') }}" rel="stylesheet" type="text/css"/> |