Compare commits
No commits in common. "d8fd74d90fd43dc14b167c5c8b95bd701874f478" and "4d5728b4f01adff934ddd09ecd2f62cbddc89171" have entirely different histories.
d8fd74d90f
...
4d5728b4f0
@ -1,6 +0,0 @@
|
||||
<?php
|
||||
|
||||
$repos = json_decode(file_get_contents("https://git.reim.ar/api/v1/repos/search"))->data;
|
||||
$repo = $repos[array_rand($repos)];
|
||||
header("Location: $repo->html_url");
|
||||
|
@ -4,7 +4,6 @@
|
||||
<meta name="description" content="Reimar's epic site">
|
||||
<meta name="theme-color" content="#2962FF">
|
||||
<meta name="color-scheme" content="dark light">
|
||||
<meta name="canonical" content="https://reim.ar<?= parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH) ?>">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
||||
<title>Reimar</title>
|
||||
<link rel="stylesheet" href="/assets/style/main.css" onload="linkOnloadSupported = true">
|
||||
|
Loading…
Reference in New Issue
Block a user