Skip to content

Commit 66b1fd7

Browse files
committed
added a ghc to the top-left corner
1 parent 1c8e749 commit 66b1fd7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

index.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>DEMO &middot; GitHub Corners - PHP Version</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="description" content="GitHub Corners - PHP Version: A configurable githubcorners icon written with PHP.">
7+
<meta name="description" content="GitHub Corners - PHP Version: A configurable github-corners icon written with PHP.">
88
<meta name="author" content="https://github.com/jxmot">
99
<style>
1010
.outer {
@@ -32,6 +32,17 @@
3232
require './githubcorner.php';
3333
?>
3434
</div>
35+
36+
<div style="position:fixed;left:0;top:0;">
37+
<?php
38+
$_SESSION['ghcside'] = 'left';
39+
$_SESSION['ghcfill'] = 'black';
40+
$_SESSION['ghccolor'] = 'grey';
41+
require './githubcorner.php';
42+
?>
43+
</div>
44+
45+
3546
<h2 style="text-align:center;">
3647
DEMO - GitHub Corners - PHP Version
3748
</h2>

0 commit comments

Comments
 (0)