mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
24 lines
911 B
Smarty
24 lines
911 B
Smarty
{*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************}
|
|
|
|
{* crmv@161554 *}
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{$BROWSER_TITLE}</title>
|
|
<link rel="icon" href="assets/img/cropped-squalo-32x32.png" sizes="32x32" />
|
|
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700">
|
|
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
|
|
<link rel="stylesheet" href="assets/css/Toggle-Switch.css">
|
|
<link rel="stylesheet" href="assets/css/Toggle-Switch.css">
|
|
<link rel="stylesheet" href="assets/css/vtenext.css">
|
|
</head>
|
|
|
|
<body> |