mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-28 05:50:54 +08:00
fix quote typo, add color
This commit is contained in:
parent
1a911ffef8
commit
da6cdf135d
@ -28,6 +28,7 @@
|
|||||||
(blog "<a href=https://dongdigua.github.io/posts>posts/</a>")
|
(blog "<a href=https://dongdigua.github.io/posts>posts/</a>")
|
||||||
(feed "<a href=https://dongdigua.github.io/feed.xml>feed.xml</a>")
|
(feed "<a href=https://dongdigua.github.io/feed.xml>feed.xml</a>")
|
||||||
(github "<a href=https://github.com/dongdigua>@dongdigua</a>")
|
(github "<a href=https://github.com/dongdigua>@dongdigua</a>")
|
||||||
|
(bilibili "<a href=https://space.bilibili.com/489732092>董地瓜</a>")
|
||||||
(payment "<a href=https://dongdigua.github.io/xmr.txt>monero</a>")
|
(payment "<a href=https://dongdigua.github.io/xmr.txt>monero</a>")
|
||||||
(pgp "<a href=https://dongdigua.github.io/pgpkey.txt>0x56CEE157C9F5334F</a>")
|
(pgp "<a href=https://dongdigua.github.io/pgpkey.txt>0x56CEE157C9F5334F</a>")
|
||||||
(interests
|
(interests
|
||||||
@ -38,7 +39,7 @@
|
|||||||
"anime"
|
"anime"
|
||||||
(Lost (In (Superfluous (Parentheses)))))))
|
(Lost (In (Superfluous (Parentheses)))))))
|
||||||
(random-quote
|
(random-quote
|
||||||
"<span id="quote"></span>"))
|
"<span style="color:#66ccff" id="quote"></span>"))
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -1,11 +1,18 @@
|
|||||||
var data = [
|
var data = [
|
||||||
"富强民主闻名和谐, 自由平等公正法治, 爱国敬业诚信友善",
|
"富强民主文明和谐, 自由平等公正法治, 爱国敬业诚信友善",
|
||||||
"解放思想, 实事求是, 与时俱进",
|
"解放思想, 实事求是, 与时俱进",
|
||||||
|
"绿水青山就是金山银山",
|
||||||
|
|
||||||
"You are not alone",
|
"You are not alone",
|
||||||
"The internet is FULL, go away!",
|
"The internet is FULL, go away!",
|
||||||
"May the --force be with you",
|
"May the --force be with you",
|
||||||
"Software that sucks less",
|
"Software that sucks less",
|
||||||
|
"Software should be FREE!",
|
||||||
|
"whoami: No system is safe",
|
||||||
|
"drop it at lttstore.com",
|
||||||
|
"Can’t keep up! Is the server overloaded? Running 5000ms or 100 ticks behind",
|
||||||
|
"大炮做好了不放珍珠是什么意思?",
|
||||||
|
"不释仁",
|
||||||
];
|
];
|
||||||
|
|
||||||
var index = Math.floor((Math.random() * data.length));
|
var index = Math.floor((Math.random() * data.length));
|
||||||
|
@ -249,6 +249,7 @@ plan9
|
|||||||
"Security is a journey, not a destination!"
|
"Security is a journey, not a destination!"
|
||||||
*** [[https://youtu.be/S4E4yAktjug?t=998][How To Become Invisible Online # level 3]]
|
*** [[https://youtu.be/S4E4yAktjug?t=998][How To Become Invisible Online # level 3]]
|
||||||
*** [[https://youtu.be/oJ6t7AImTdE][CSS Keylogger - old is new again]]
|
*** [[https://youtu.be/oJ6t7AImTdE][CSS Keylogger - old is new again]]
|
||||||
|
*** [[https://youtu.be/I4_ide0tEG8][zip files & hack... (CVE-2022-1271 zgrep/gzip)]]
|
||||||
|
|
||||||
** Math
|
** Math
|
||||||
*** [[https://youtu.be/KufsL2VgELo][Group Theory]]
|
*** [[https://youtu.be/KufsL2VgELo][Group Theory]]
|
||||||
|
Loading…
Reference in New Issue
Block a user