1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00
beestat/dashboard.php
2021-02-09 20:40:46 -05:00

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>