mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-07-30 12:00:58 +02:00
11 lines
409 B
HTML
11 lines
409 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
|
|
<title>Vesta - <?="$TAB"?> </title>
|
|
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
|
|
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
|
|
</head>
|
|
<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>">
|