PHP Classes

File: public/install/templates/install.header.html.twig

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   public/install/templates/install.header.html.twig   Download  
File: public/install/templates/install.header.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change:
Date: 1 year ago
Size: 1,408 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="{{ langs.getDefaultLang }}"> <head> <title>PASSMAN - INSTALL</title> <meta charset="UTF-8"> <meta name="robots" content="noindex,nofollow"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="blacktiehost.com"> <link rel="shortcut icon" type="image/x-icon" href="{{ main_url }}/themes/default/img/favicon.png"/> <link type="text/css" rel="stylesheet" href="{{ main_url }}/themes/default/css/bootstrap.min.css"> <link type="text/css" rel="stylesheet" href="{{ main_url }}/themes/default/css/bootstrap-grid.css"> <link type="text/css" rel="stylesheet" href="{{ main_url }}/themes/default/css/bootstrap-utilities.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css"> <script src="../themes/default/js/validation.js"></script> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script> </head> <body class="d-flex vh-100 flex-column"> <nav class="navbar navbar-expand bg-body-secondary"> <div class="container"> <span class="navbar-brand">{{ langs.trans('Install') }} - {{ title }}</span> </div> </nav> <div class="flex-grow-1 bg-light"> <div class="container mt-5"> {% block body %}{% endblock %}