Deploy dylanh.dev to github.com/dilllxd/gitfolio.git:gh-pages

This commit is contained in:
Dylan H 2021-02-26 01:55:24 +00:00
parent 13fda65881
commit 45106aefca
1 changed files with 7 additions and 4 deletions

View File

@ -24,7 +24,7 @@
/>
<meta
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
property="og:image"
@ -35,7 +35,7 @@
<meta property="og:url" content="https://github.com/dilllxd" />
<meta
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
@ -46,7 +46,7 @@
<meta name="twitter:title" content="dilllxd" />
<meta
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>
@ -304,7 +304,10 @@
// function([string1, string2],target id,[color1,color2])
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",
["white", "white"]
);