23 lines
450 B
PHP
Executable File
23 lines
450 B
PHP
Executable File
#!/usr/bin/php
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Hyperling</title>
|
|
<link rel="icon" sizes="32x32"
|
|
href="https://files.hyperling.com/media/favicon.ico"
|
|
/>
|
|
<link rel="icon" sizes="192x192"
|
|
href="https://files.hyperling.com/media/favicon.ico"
|
|
/>
|
|
<!-- CSS -->
|
|
<style>
|
|
<?php include "main.css"; ?>
|
|
</style>
|
|
<style>
|
|
<?php include "dark.css"; ?>
|
|
</style>
|
|
<style>
|
|
<?php include "banner.css"; ?>
|
|
</style>
|
|
</head>
|