ico
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -2,6 +2,7 @@
|
||||
<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') }}">
|
||||
@vite('resources/js/app.js')
|
||||
<x-inertia::head />
|
||||
</head>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<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>
|
||||
<meta name="description" content="{{ config('moonwell.realm.tagline') }}">
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!doctype html>
|
||||
<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>
|
||||
<p>Переходим к пополнению…</p>
|
||||
<form id="robokassa-payment" method="POST" action="{{ $paymentUrl }}">
|
||||
|
||||
Reference in New Issue
Block a user