mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
19 lines
867 B
PHP
19 lines
867 B
PHP
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>BoZoN | <?php e('Drag, drop, share.'); ?></title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="application-name" content="BoZoN">
|
|
<meta name="msapplication-tooltip" content="<?php e('Drag, drop, share.'); ?>">
|
|
<meta name="msapplication-TileImage" content="<?php echo THEME_PATH;?>/favicon.png">
|
|
<meta name="msapplication-TileColor" content="#2c4aff">
|
|
<link rel="apple-touch-icon" href="<?php echo THEME_PATH;?>/img/favicon.png">
|
|
<link rel="shortcut icon" type="image/png" href="<?php echo THEME_PATH;?>/favicon.png">
|
|
<link rel="stylesheet" type="text/css" href="<?php echo THEME_PATH;?>/css/markdown.css">
|
|
</head>
|
|
|
|
<body class="markdown <?php body_classes();?>">
|
|
|