Current File : /home/kelaby89/huss-kelaby.cv/wp-content/plugins/arter-plugin/admin/templates/dashboard-general.php
<?php

/**
* Template for theme dashboard welcome page
*/
?>

<div class="arter-dashboard-general">
  <div class="image-container">
    <script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
    <lottie-player src="https://assets2.lottiefiles.com/packages/lf20_amiibtte.json"  background="transparent"  speed="1"  style="width: 100%; height: auto;"  loop  autoplay></lottie-player>
  </div>
  <div class="content-container">
    <h1>
      <span>
        <?php echo sprintf( __( 'Welcome to the %s v%s', 'arter-plugin' ), arter_theme_info()->name, arter_theme_info()->version ); ?>
        <?php if ( arter_plugin_info()->capability == 'normal' ) : ?>
        <span class="sticker sticker-not"><?php echo esc_html__( 'Not Activated', 'arter-plugin' ); ?></span>
        <?php else : ?>
        <span class="sticker sticker-yes"><?php echo esc_html__( 'Activated', 'arter-plugin' ); ?></span>
        <?php endif; ?>
      </span>
    </h1>
    <p><?php echo esc_html__( 'Theme is already installed and ready to use! Thank you for choosing our theme!', 'arter-plugin' ); ?></p>
    <p><img src="<?php echo get_template_directory_uri() . '/screenshot.png'; ?>" alt="" /></p>
  </div>
</div>
Page not found – Hello World !