File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -137,3 +137,6 @@ I am using a dual-boot system. I daily drive Linux and only boot Windows for gam
137
137
"/buttons/opengl.gif"
138
138
"/buttons/firefoxnow.gif"
139
139
> }}
140
+
141
+ <div class =" xenia_div " ></div >
142
+
Original file line number Diff line number Diff line change 10
10
skipStartupTypeset : false
11
11
} ) ;
12
12
</ script >
13
- < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML ">
13
+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML "> </ script >
14
+
15
+ < script type ="
text/javascript "
src ="
https://unpkg.com/[email protected] /konami.js "
> </ script >
16
+ < script type ="text/javascript ">
17
+ var egg = new Konami ( ( ) => {
18
+ var div = document . getElementsByClassName ( "xenia_div" ) ;
19
+ if ( div . length === 0 ) return ;
20
+ div = div [ 0 ] ;
21
+
22
+ div . innerHTML = '<img src="/content/xenia.jpeg"></img>' ;
23
+ } ) ;
24
+ egg . pattern = "818768" ;
14
25
</ script >
15
26
You can’t perform that action at this time.
0 commit comments