cyberchallenge-modem/webpanel/includes/header.php

12 lines
278 B
PHP
Raw Normal View History

2020-05-20 09:54:59 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php echo $site ?> | <?php echo $title ?></title>
<link href="css/min.css" rel="stylesheet" type="text/css">
</head>
<body>