Last active
July 7, 2019 06:50
-
-
Save tenkoma/416cdf36a51c9610e0a7d353102a43ce to your computer and use it in GitHub Desktop.
PHPカンファレンス福岡2019 マネクラからの挑戦状 Webサイトコードゴルフ スコア60230(PHPファイル(480)+画像ファイル) https://github.com/pepabo/lolipop-mc-codegolf-challenge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPEhtml><table cellspacing=0><tr><td bgcolor=#147ecc><td><td style=width:80%><table><tr><td style=height:10%><tr><td style=height:80%><img src=m width=100%><h1><?$a=$_GET;krsort($a);arsort($a);echo strrev(array_values($a)[2])?><tr><td style=height:10%></table><td><td bgcolor=#147ecc><style>body{height:100vh;font-family:Helvetica;letter-spacing:.04em}table{height:100%}*{border:none;padding:0;margin:0;font-weight:400;color:#465560;text-align:center}td{height:50%;width:5%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPEhtml> | |
<table cellspacing=0> | |
<tr> | |
<td bgcolor=#147ecc> | |
<td> | |
<td style=width:80%> | |
<table> | |
<tr> | |
<td style=height:10%> | |
<tr> | |
<td style=height:80%> | |
<img src=m width=100%> | |
<h1><? | |
$a=$_GET; | |
krsort($a); | |
arsort($a); | |
echo strrev(array_values($a)[2]) | |
?> | |
<tr> | |
<td style=height:10%> | |
</table> | |
<td> | |
<td bgcolor=#147ecc> | |
<style> | |
body { | |
height: 100vh; | |
font-family: Helvetica; | |
letter-spacing: .04em | |
} | |
table { | |
height: 100% | |
} | |
* { | |
border: none; | |
padding: 0; | |
margin: 0; | |
font-weight: 400; | |
color: #465560; | |
text-align: center | |
} | |
td { | |
height: 50%; | |
width: 5% | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(正式な競技時間より後に試行錯誤したものです)
Makefile
,mc.png
,index.php
,.git/
以外のファイル・ディレクトリを削除mc.png
をm
にリネームindex.php
を上記の内容に書き換えmake deploy