diff --git a/README.md b/README.md index 92753cd..f8fbcc0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# winscloud-apps +# WinsCloud Apps Website for apps made under WinsCloud. \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..d6c21ba --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,10 @@ +@import url("../fonts/Inter-VariableFont_slnt\,wght.ttf"); + +html, body { + font-family: 'Inter', sans-serif; + font-optical-sizing: auto; + font-style: normal; + + margin: 0; + padding: 0; +} \ No newline at end of file diff --git a/assets/fonts/Inter-VariableFont_slnt,wght.ttf b/assets/fonts/Inter-VariableFont_slnt,wght.ttf new file mode 100644 index 0000000..e724708 Binary files /dev/null and b/assets/fonts/Inter-VariableFont_slnt,wght.ttf differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..fd8a2de --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + Apps by WinsCloud + + + + +

hallo

+ + \ No newline at end of file