This commit is contained in:
parent
b3acf9e89b
commit
e2ee4203ba
3 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<link rel="author" href="/humans.txt" />
|
||||||
<meta name="author" content="Mylloon" />
|
<meta name="author" content="Mylloon" />
|
||||||
<meta name="description" content="{{page_desc}} " />
|
<meta name="description" content="{{page_desc}} " />
|
||||||
<meta name="keywords" content="{{page_kw}} " />
|
<meta name="keywords" content="{{page_kw}} " />
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" href="/css/style.css" />
|
<link rel="stylesheet" href="/css/style.css" />
|
||||||
|
<link rel="author" href="/humans.txt" />
|
||||||
<meta name="author" content="Mylloon" />
|
<meta name="author" content="Mylloon" />
|
||||||
<meta name="description" content="{{page_desc}} " />
|
<meta name="description" content="{{page_desc}} " />
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* ABOUT ME */{{#data}}
|
/* TEAM */{{#data}}
|
||||||
{{name}}
|
{{name}}
|
||||||
Contact: {{contact}}
|
Contact: {{contact}}
|
||||||
Lang: {{lang}}
|
Lang: {{lang}}
|
||||||
|
@ -10,7 +10,8 @@
|
||||||
|
|
||||||
/* SITE */
|
/* SITE */
|
||||||
Authored by Anri (Mylloon)
|
Authored by Anri (Mylloon)
|
||||||
Tech used: Rust, HTML5, CSS3, JavaScript, mustache templates, Docker, TOML files, Markdown, XML, Internet
|
Standards: HTML5, CSS3, mustache templates, Docker, TOML files, Markdown, XML
|
||||||
IDE: Visual Studio Code
|
Components: Rust, JavaScript, Internet
|
||||||
|
Software: Visual Studio Code
|
||||||
|
|
||||||
{{/data}}
|
{{/data}}
|
||||||
|
|
Loading…
Reference in a new issue