mirror of
https://github.com/beestat/app.git
synced 2025-05-23 18:04:14 -04:00
16 lines
495 B
PHP
16 lines
495 B
PHP
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>beestat</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
|
|
<!-- Chrome, Firefox OS and Opera -->
|
|
<meta name="theme-color" content="#263238">
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<link href="../css/dashboard.css" rel="stylesheet">
|
|
<?php require 'js/js.php'; ?>
|
|
</head>
|
|
<body></body>
|
|
</html>
|