ico
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -2,6 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="icon" type="image/x-icon" href="{{ asset('moonwell-icon-512.ico') }}">
|
||||||
@vite('resources/js/app.js')
|
@vite('resources/js/app.js')
|
||||||
<x-inertia::head />
|
<x-inertia::head />
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="csrf-token" content="{{ csrf_token() }}" />
|
<meta name="csrf-token" content="{{ csrf_token() }}" />
|
||||||
|
<link rel="icon" type="image/x-icon" href="{{ asset('moonwell-icon-512.ico') }}">
|
||||||
<title>{{ config('moonwell.realm.server_name') }} — Лунный Колодец</title>
|
<title>{{ config('moonwell.realm.server_name') }} — Лунный Колодец</title>
|
||||||
<meta name="description" content="{{ config('moonwell.realm.tagline') }}">
|
<meta name="description" content="{{ config('moonwell.realm.tagline') }}">
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
<head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Переход к оплате</title></head>
|
<head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="icon" type="image/x-icon" href="{{ asset('moonwell-icon-512.ico') }}"><title>Переход к оплате</title></head>
|
||||||
<body>
|
<body>
|
||||||
<p>Переходим к пополнению…</p>
|
<p>Переходим к пополнению…</p>
|
||||||
<form id="robokassa-payment" method="POST" action="{{ $paymentUrl }}">
|
<form id="robokassa-payment" method="POST" action="{{ $paymentUrl }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user