2022-10-08 09:19:40 -05:00
|
|
|
#!/usr/bin/php
|
2022-10-06 07:05:46 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2022-10-08 09:19:40 -05:00
|
|
|
<title>Hyperling</title>
|
|
|
|
<link rel="icon" sizes="32x32"
|
|
|
|
href="https://www.hyperling.com/wp-content/uploads/2020/09/favicon.ico"
|
|
|
|
/>
|
|
|
|
<link rel="icon" sizes="192x192"
|
|
|
|
href="https://www.hyperling.com/wp-content/uploads/2020/09/favicon.ico"
|
|
|
|
/>
|
|
|
|
<!--<link rel="stylesheet" href="/main.css">-->
|
|
|
|
<style>
|
|
|
|
<?php include "main.css"; ?>
|
|
|
|
</style>
|
2022-10-09 09:43:38 -05:00
|
|
|
<style>
|
|
|
|
<?php include "dark.css"; ?>
|
|
|
|
</style>
|
2022-10-06 07:05:46 -05:00
|
|
|
</head>
|