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