diff options
| -rw-r--r-- | humans.txt | 79 | ||||
| -rw-r--r-- | index.html | 3 | ||||
| -rw-r--r-- | robots.txt | 5 |
3 files changed, 85 insertions, 2 deletions
diff --git a/humans.txt b/humans.txt new file mode 100644 index 0000000..d998a6e --- /dev/null +++ b/humans.txt @@ -0,0 +1,79 @@ +/* TEAM */ + +Title: s1nical, Inc. + +Site: https://s1n.pw/ + +Contact: [email protected] + +Twitter: @s1nical + +Location: Oregon + + + + [...] + + + +/* SITE */ + +Last update: 2019/08/14 + +Standards: HTML5, CSS3, JS and PHP7. + +Components: Trianglify, jQuery, Bootstrap and Easter Eggs Collection. + +Software: Visual Studio Code, Atom, WebStorm, and PhpStorm. + + + + [...] + + + + + .-. + ( ) + '-' + J L + | | + J L + | | + J L + .-'.___.'-. + /___________\ + _.-""' `bmw._ + .' `. + J `. + F L + J J + J ` + | L + | | .----------------. + | | ( KILL ALL HUMANS! ) + | J ,----------------' + | L -' + | | + | ,.___ ___....--._ + | ,' `""""""""' `-._ + | J _____________________`-. + | F .-' `-88888-' `Y8888b.`. + | | .' `P' `88888b \ + | | J # L # q8888b L + | | | | )8888D ) + | J \ J d8888P P + | L `. .b. ,88888P / + | `. `-.___,o88888o.___,o88888P'.' + | `-.__________________________..-' + | | + | .-----.........____________J + | .' | | | | + | J---|-----..|...___|_______| + | | | | | | + | Y---|-----..|...___|_______| + | `. | | | | + | `'-------:....__|______.J + | | + L___ | + """----...______________....--' @@ -16,13 +16,12 @@ <meta property="twitter:card" content="summary">
<meta property="twitter:site" content="@s1nical">
<meta property="og:image" content="">
- <script src="/cdn-cgi/apps/head/_vFlzwEWzfnxN-k3KPkfOrUdyXo.js"></script>
<script src="https://www.googletagmanager.com/gtag/js?id=UA-30692517-4"></script>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
- <link rel="image_src" href="https://secure.gravatar.com/avatar/f9c6903a50d1d861a47a614862b00b89.png?s=375">
<link rel="apple-touch-icon" sizes="128x128" href="/favicon.ico">
<link rel="icon" type="image/ico" href="/favicon.ico" sizes="128x128">
<link rel="canonical" href="https://s1n.pw/">
+ <link rel="author" href="humans.txt" />
<script type="application/ld+json">
{
"name": "s1nical",
diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..47a4d08 --- /dev/null +++ b/robots.txt @@ -0,0 +1,5 @@ +User-agent: * +Disallow: / + +User-agent: Googlebot +Disallow:
\ No newline at end of file |