mirror of https://github.com/kry008/kry008.xyz.git
Compare commits
No commits in common. "main" and "v1" have entirely different histories.
|
@ -1,3 +1,3 @@
|
|||
# [kry008.xyz](https://kry008.xyz)
|
||||
# [kry008.ml](https://kry008.ml)
|
||||
|
||||
Aby przeczytać więcej o projekcie, zobacz [wpis na blogu](https://kry008.xyz/blog/?p=71)
|
||||
Aby przeczytać więcej o projekcie, zobacz [wpis na blogu](https://kry008.ml/blog/?p=71)
|
|
@ -15,7 +15,7 @@
|
|||
<meta name="twitter:creator" content="@kry008" />
|
||||
<meta property="og:title" content="kry008" />
|
||||
<meta property="og:description" content="Programmer with passion" />
|
||||
<meta property="og:image" content="https://kry008.xyz/blog/wp-content/uploads/2022/08/image-3.png" />
|
||||
<meta property="og:image" content="https://kry008.ml/blog/wp-content/uploads/2022/08/image-3.png" />
|
||||
</head>
|
||||
|
||||
<body oncontextmenu="alert('You can finde source code on Github and blog'); return false;">
|
||||
|
|
|
@ -3,7 +3,7 @@ particlesJS.load('particles-js', 'particles.json', function() {
|
|||
});
|
||||
window.onscroll = function () { window.scrollTo(0, 0); };
|
||||
function f1() {
|
||||
navigator.clipboard.writeText('kry008').catch(function(err) {
|
||||
navigator.clipboard.writeText('k̠̠̄r̲̱̱ȳ̲͞0̲̳̿0̠̳͞8̠̳̳#8914').catch(function(err) {
|
||||
document.getElementById("info").style.color = "rgb(255, 0, 0)";
|
||||
console.log('Failed to copy text: ', err);
|
||||
return setTimeout(() => {
|
||||
|
|
Loading…
Reference in New Issue