49 lines
1.3 KiB
PHP
Executable File
49 lines
1.3 KiB
PHP
Executable File
<?php
|
|
|
|
/*
|
|
Urmi you happy me happy licence
|
|
|
|
Copyright (c) 2026 shreebhattji
|
|
|
|
License text:
|
|
https://github.com/shreebhattji/Urmi/blob/main/licence.md
|
|
|
|
*/
|
|
|
|
require 'require_login.php';
|
|
include 'static.php';
|
|
?>
|
|
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>ShreeBhattJi</title>
|
|
<script src="chart.js"></script>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header class="top-header-1"><a href="index.php" style="color:white; text-decoration:none;">URMI Digital Transcoder</a></header>
|
|
<header class="top-header-2">
|
|
<nav aria-label="Top navigation">
|
|
<a href="https://learn.urmic.org/" target="_blank">Tutorials</a>
|
|
<a href="about_us.php">About Us</a>
|
|
<a href="contact_us.php">Contact Us ( Free Service )</a>
|
|
<a href="premium_service.php">Premium Service</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<header class="site-header">
|
|
<nav aria-label="Top navigation">
|
|
<a href="input.php">Input</a>
|
|
<a href="index.php">Monitor</a>
|
|
<a href="firewall.php">Firewall</a>
|
|
<a href="firmware.php">Firmware</a>
|
|
<a href="password.php">Password</a>
|
|
<a href="logout.php">Logout</a>
|
|
</nav>
|
|
</header>
|
|
|