From 209db42ebdfa6682680d6a9e67703fc24bbb2b48 Mon Sep 17 00:00:00 2001 From: syn Date: Sun, 6 Mar 2022 23:04:04 +0300 Subject: update --- 2764.svg | 1 + AnkaCoder-C87-r.ttf | Bin 0 -> 66204 bytes index.html | 20 ++++++-------------- style2.css | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 55 insertions(+), 14 deletions(-) create mode 100644 2764.svg create mode 100644 AnkaCoder-C87-r.ttf create mode 100644 style2.css diff --git a/2764.svg b/2764.svg new file mode 100644 index 0000000..7eb5c59 --- /dev/null +++ b/2764.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/AnkaCoder-C87-r.ttf b/AnkaCoder-C87-r.ttf new file mode 100644 index 0000000..be54321 Binary files /dev/null and b/AnkaCoder-C87-r.ttf differ diff --git a/index.html b/index.html index 05884b1..9c951e8 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ fn - + @@ -13,19 +13,11 @@
ngx_sub_filter_get_ip

- - - - - - - - - - - - - +
+ +
+ wireguard +
diff --git a/style2.css b/style2.css new file mode 100644 index 0000000..9527a24 --- /dev/null +++ b/style2.css @@ -0,0 +1,48 @@ +@font-face { + font-family: "AnkaCoder"; + src: url("AnkaCoder-C87-r.ttf") format("truetype"); +} + +html, +body { + margin: 0; + height: 100%; +} + +#main { + --link-separator: "|"; + --text-color: #908090; + --spacing: 0.25em; + text-align: left; + display: inline-block; + padding-left: 2em; + padding-right: 2em; + padding-top: 50px; +} + +body { + background-image: url("blur-shakal.jpeg"); + background-position: center; + background-size: cover; + background-repeat: no-repeat; + font-family: "AnkaCoder", monospace; + color: var(--text-color); + overflow-x: hidden; + text-align: center; +} + +a { + color: #efbfdf; + text-decoration: none; +} + +.svg2764 { + opacity: 0.5; +} + +.ip-addr { + background-color: #efbfdf; + color: black; + padding: 10px 20px; + display: inline; +} -- cgit v1.2.1-18-gbd029