Add source code pointers.
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m8s
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m8s
This commit is contained in:
parent
960b466bb1
commit
4ae356bc31
@ -1,6 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<!-- Visit ./license.txt for open source licenses. -->
|
||||
<html>
|
||||
<!-- Visit ./license.txt for open source licenses. -->
|
||||
<!-- Source code available at https://git.mixedup.dev/themixedupstuff/1000fps -->
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<title>The Unnoficial 1000fps Club</title>
|
||||
|
@ -1,4 +1,9 @@
|
||||
<?php
|
||||
// If you are seeing this message I fucked up big time at
|
||||
// https://git.mixedup.dev/themixedupstuff/1000fps
|
||||
//
|
||||
// Tell me about it.
|
||||
|
||||
require_once __DIR__."/../vendor/autoload.php";
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] != "POST")
|
||||
@ -868,6 +873,7 @@
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<!-- Source code available at https://git.mixedup.dev/themixedupstuff/1000fps -->
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<title>1000fps Report Card</title>
|
||||
|
@ -1,3 +1,6 @@
|
||||
/* You think this palette is ugly AF? Too bad. But maybe you can knock some
|
||||
sense into me at https://git.mixedup.dev/themixedupstuff/1000fps */
|
||||
|
||||
html {
|
||||
background-color: #c5b2cd;
|
||||
padding: 10pt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user