mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Deploy dylanh.dev to github.com/dilllxd/gitfolio.git:gh-pages
This commit is contained in:
parent
13fda65881
commit
45106aefca
1 changed files with 7 additions and 4 deletions
11
index.html
11
index.html
|
@ -24,7 +24,7 @@
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="I just copy and paste random pieces of code together."
|
content="I just copy and paste random code from online and hope it works."
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
<meta property="og:url" content="https://github.com/dilllxd" />
|
<meta property="og:url" content="https://github.com/dilllxd" />
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
content="I just copy and paste random pieces of code together."
|
content="I just copy and paste random code from online and hope it works."
|
||||||
/>
|
/>
|
||||||
<meta property="profile:username" content="dilllxd" />
|
<meta property="profile:username" content="dilllxd" />
|
||||||
<meta
|
<meta
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
<meta name="twitter:title" content="dilllxd" />
|
<meta name="twitter:title" content="dilllxd" />
|
||||||
<meta
|
<meta
|
||||||
name="twitter:description"
|
name="twitter:description"
|
||||||
content="I just copy and paste random pieces of code together."
|
content="I just copy and paste random code from online and hope it works."
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -304,7 +304,10 @@
|
||||||
|
|
||||||
// function([string1, string2],target id,[color1,color2])
|
// function([string1, string2],target id,[color1,color2])
|
||||||
consoleText(
|
consoleText(
|
||||||
["Dylan", "I just copy and paste random pieces of code together."],
|
[
|
||||||
|
"Dylan",
|
||||||
|
"I just copy and paste random code from online and hope it works.",
|
||||||
|
],
|
||||||
"text",
|
"text",
|
||||||
["white", "white"]
|
["white", "white"]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue