403Webshell
Server IP : 69.72.244.102  /  Your IP : 216.73.216.164
Web Server : LiteSpeed
System : Linux s3434.fra1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64
User : konzalta ( 1271)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/konzalta/public_html/wp-content/plugins/leadin/scripts/iframe/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/konzalta/public_html/wp-content/plugins/leadin/scripts/iframe/IframeErrorPage.tsx
import React from 'react';
import { __ } from '@wordpress/i18n';
import { styled } from '@linaria/react';

const IframeErrorContainer = styled.div`
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
  font-family: 'Lexend Deca', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5rem;
`;

const ErrorHeader = styled.h1`
  text-shadow: 0 0 1px transparent;
  margin-bottom: 1.25rem;
  color: #33475b;
  font-size: 1.25rem;
`;

export const IframeErrorPage = () => (
  <IframeErrorContainer>
    <img
      alt="Cannot find page"
      width="175"
      src="//static.hsappstatic.net/ui-images/static-1.14/optimized/errors/map.svg"
    />
    <ErrorHeader>
      {__(
        'The HubSpot for WordPress plugin is not able to load pages',
        'leadin'
      )}
    </ErrorHeader>
    <p>
      {__(
        'Try disabling your browser extensions and ad blockers, then refresh the page',
        'leadin'
      )}
    </p>
    <p>
      {__(
        'Or open the HubSpot for WordPress plugin in a different browser',
        'leadin'
      )}
    </p>
  </IframeErrorContainer>
);

Youez - 2016 - github.com/yon3zu
LinuXploit