[init] initial commit for gitea

This commit is contained in:
2023-05-25 22:54:48 +08:00
commit 8b1eb02177
20 changed files with 1556 additions and 0 deletions

1
assets/css/iconfont.css Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,8 @@
@font-face {font-family: "Engravers' Old English BT";
src: url("https://cdn.jsdelivr.net/gh/dmego/home.github.io/assets/fonts/d571b52b60b5617399ce8eab62bf3eb3.eot"); /* IE9*/
src: url("https://cdn.jsdelivr.net/gh/dmego/home.github.io/assets/fonts/d571b52b60b5617399ce8eab62bf3eb3.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("https://cdn.jsdelivr.net/gh/dmego/home.github.io/assets/fonts/d571b52b60b5617399ce8eab62bf3eb3.woff2") format("woff2"), /* chrome firefox */
url("https://cdn.jsdelivr.net/gh/dmego/home.github.io/assets/fonts/d571b52b60b5617399ce8eab62bf3eb3.woff") format("woff"), /* chrome firefox */
url("https://cdn.jsdelivr.net/gh/dmego/home.github.io/assets/fonts/d571b52b60b5617399ce8eab62bf3eb3.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
url("https://cdn.jsdelivr.net/gh/dmego/home.github.io/assets/fonts/d571b52b60b5617399ce8eab62bf3eb3.svg#Engravers' Old English BT") format("svg"); /* iOS 4.1- */
}

25
assets/css/vno.css Normal file

File diff suppressed because one or more lines are too long