diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..38efbe4 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +home.wah.su \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c231ea0 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# homepage of wah.su + +This repository contains a home page for a wah.su. + +It is made using HTML, JS and Tailwind. diff --git a/favicon/android-chrome-192x192.png b/favicon/android-chrome-192x192.png new file mode 100644 index 0000000..eabf37a Binary files /dev/null and b/favicon/android-chrome-192x192.png differ diff --git a/favicon/android-chrome-512x512.png b/favicon/android-chrome-512x512.png new file mode 100644 index 0000000..8af55b2 Binary files /dev/null and b/favicon/android-chrome-512x512.png differ diff --git a/favicon/apple-touch-icon.png b/favicon/apple-touch-icon.png new file mode 100644 index 0000000..b47c8fd Binary files /dev/null and b/favicon/apple-touch-icon.png differ diff --git a/favicon/favicon-16x16.png b/favicon/favicon-16x16.png new file mode 100644 index 0000000..a7f80b9 Binary files /dev/null and b/favicon/favicon-16x16.png differ diff --git a/favicon/favicon-32x32.png b/favicon/favicon-32x32.png new file mode 100644 index 0000000..90a4c8d Binary files /dev/null and b/favicon/favicon-32x32.png differ diff --git a/favicon/favicon.ico b/favicon/favicon.ico new file mode 100644 index 0000000..3ff4d95 Binary files /dev/null and b/favicon/favicon.ico differ diff --git a/favicon/site.webmanifest b/favicon/site.webmanifest new file mode 100644 index 0000000..7702ac5 --- /dev/null +++ b/favicon/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/favicon/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/favicon/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/index.html b/index.html index 9f50acd..5e3fbca 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,29 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/privacy.html b/privacy.html index 17514c9..2c18990 100644 --- a/privacy.html +++ b/privacy.html @@ -11,6 +11,31 @@ href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet" /> + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/services.html b/services.html index 201e5c4..562c20a 100644 --- a/services.html +++ b/services.html @@ -10,6 +10,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/og/index.png b/static/og/index.png new file mode 100644 index 0000000..c80fa32 Binary files /dev/null and b/static/og/index.png differ diff --git a/static/og/privacy.png b/static/og/privacy.png new file mode 100644 index 0000000..34ea08a Binary files /dev/null and b/static/og/privacy.png differ diff --git a/static/og/services.png b/static/og/services.png new file mode 100644 index 0000000..799f633 Binary files /dev/null and b/static/og/services.png differ