diff options
author | Michał Sapka <michal@sapka.me> | 2023-01-08 12:12:11 +0100 |
---|---|---|
committer | Michał Sapka <michal@sapka.me> | 2023-01-08 12:12:11 +0100 |
commit | 0381d2e62d10fd30402c29d85041071adcc483bf (patch) | |
tree | 7a07eb53f9b4f95c71750af29b8a3db3e07c6817 | |
parent | 8987664e3ab4dd08879c3d45ba4ba954aaec6f69 (diff) |
feat: basic list
514 files changed, 572 insertions, 19331 deletions
@@ -34,4 +34,4 @@ yarn-error.log* # typescript *.tsbuildinfo -public/rss +public/ diff --git a/content/ddns.md b/content/ddns.md new file mode 100644 index 0000000..fb112cd --- /dev/null +++ b/content/ddns.md @@ -0,0 +1,149 @@ +--- +date: 2022-05-13T20:17:00+02:00 +draft: false +type: homeserver +title: Adding dynamic DNS to the home server +--- +I am one of the unlucky ones without static IP address. I would get one from my ISP, but this would require me to upgrade to a business contract. And to do such upgrade, I would need a company - which I do not own nor have I any plans to own in the near future. Luckily, I can still have a domain. There is a group of services under the umbrella term Dynamic DNS. +<!--more--> + +[DDNS on Arch Wiki](https://wiki.archlinux.org/title/Dynamic_DNS) + +Basically, I need to point my domain to their name server and keep them up to date with changes of my IP. The DDNS server acts as a middle-man when using a normal domain. In most cases, I just need to fetch a given URL periodically ad the service will treat this as current IP set. + +## Self hosting vs 3rd party + +There are ready-made packages I could instal on any VPS, but debugging DNS is not something I would like to do. Therefore, I will go with 3rd party. + + +I looked through the interwebs for providers and found lots of them. Unfortunately, most of them are dead, so the choice is much less difficult. + + +## Requirements + +After a short analysis, I came up with few requirements: + +``` +Max number of domains........................3 +Max number of subdomains per domain.........20 +Expected uptime..........................>95.5 +Location............................Europe/USA +MX Records.................................YES +TTL.....................................<10min +``` + + +## Instant rejects + +I instantly rejected some providers, since they will now work for my use case: + +``` +| Service | Reason? +|-----------------------+----------------------------- +| activedns.co.za | South Africa only +| bcu.cc | Site does not open +| ddns.nu | Site does not open +| dhcp.io | Domain for sale +| dhs.org | Site does not open +| dns.widge.net | Site does not open +| dnsdynamic.org | Some random site under the address +| dnsmadeeasy.com | It's namecheap now +| dnspark.com | It's namecheap now +| dtdns.com | Broken site +| dyn.ee | Domain for sale +| dyn.ro | Domain for sale (I think) +| dynamicdomain.net | Site reads like poor phising attempt +| dyndsl.com | Domain for sale +| domain-dns.com | Not accepting new zones +| dyndnsservices.com | Offers self-host only +| dynfree.com | Broken site +| dynup.net | Broken site +| hldns.com | No longer offers DDNS +| hn.org | Site does not work +| homepc.org | Site does not work +| hub.turnkeylinux.org | Site does not work +| microtech.co.gg | Site does not work +| minidns.net | Site does not work +| myonlineportal.net | Only 10 domains per account +| myserver.org | Broken site +| nettica.com | Domain for sale +| nicolas.cx | No sign-up via web +| nubem.com | Site does not work +| ods.org | Domain for sale +| powerdns.com | Self hosted solution +| prout.be | Self hosted solution +| spdns.de | No english site +| system-ns.com | No longer offers DDNS +| tzo.com | Site does not work +| whyi.org | Site does not work +| worldwidedns.net | Does not support enough zones +| xname.org | Site does not work +| yi.org | Site does not work +| zerigo.com | Site does not work +``` + +## The potential ones + +After removing most positions from list, I dig a big deeper: + +``` +| Service | Price | Uptime | Location +| | per year | | +|-----------------------+---------------+-----------+--- +| changeip.com | $6 | 99.9% (1) | USA +| dhis.org | Donation | ? | ? +| dns2go.com | lots$ | ? | ? +| dnsexit.com | FREE for TLD | 100% | Distributed +| duckdns.org | FREE | ? | ? +| duiadns.net | $11 | ? | ? +| dynaccess.de | 22EUR | ? | Germany +| dynamip.com | $48 | ? | ? +| dyndns.berlin | FREE | ? | Germany +| dyndns.com | $55 | ? | ? +| dyndns.dk | FREE | ? | ? +| dynip.com | lots$ | ? | ? +| dyns.cx | Donation | ? | ? +| dynu.com | FREE | 100% (2) | Distributed +| easydns.com | FREE | 100% | ? +| freedns.afraid.org | $60 | ~99.3%(3) | ? +| noip.com | $24.99 | 100% (2) | ? +| planetdns.net | $299.95 | ? | ? +| staticcling.org | FREE | ? | ? +| thatip.com | $48 | ? | ? +| thebbs.org | FREE | ? | ? +| totaluptime.com | $1188(SIC!) | ? | ? +| zonomi.com | lots$ | ? | ? + ``` + - [(1) whtop.com](https://www.whtop.com/review/changeip.com) + - [(2) comparingtech.com](https://www.comparitech.com/net-admin/dynamic-dns-providers/) + - [(3) dnsperf.com](https://www.dnsperf.com/dns-provider/afraid-org) + +Notes: +- "?" - I couldn't find data, but also I wasn't looking very hard +- "lots$" - some providers have a complicated pricing and at first glance it was obvious, that it will be expensive. + + As we see, some working providers are crazy expensive. They add extra features, but still - crazy expensive. + +## Conclusion + +DDNS is a strange market. It's mostly dead. But when the service is still available, it seems to be run from someone's basement. There are companies in the space, don't get me wrong - but most of it looks like hacker culture byproduct. And this makes sense, since the primary use case for DDNS is someone without static IP - ergo, an individual and not a company. + +The sad aspect of this is lack of any SLAs in most cases. + +The happy aspect of this is that you can get a lot for very little. + +## Decision + +Looking at the data, I have decided to go with dynu.com as it has 100% uptime, and it's free. + +## Setting up dynu.com on Synology + +First, create a dedicated IP update password on dynu.com. It's optional, but highly recommended. + +Then, in Synology Control Panel open External Access, then click on "DDNS" tab. Click "Customize Provider" and set query URL to + +``` +https://api.dynu.com/nic/update?myip=__MYIP__&username=__USERNAME__&password=__PASSWORD__&hostname__HOSTNAME__&myipv6=no +``` + +Now, add a subdomain. Note, that it would be best to MD5 the password. diff --git a/content/gnu_stow.md b/content/gnu_stow.md new file mode 100644 index 0000000..33ebb73 --- /dev/null +++ b/content/gnu_stow.md @@ -0,0 +1,128 @@ +--- +date: 2022-06-09T19:10:00+02:00 +draft: fale +type: productivity +title: Managing dotfiles with GNU Stow +--- +If you are working with linux/bsd based system, you are most likely accustomed to managing +your configs with dotfiles. And you most likely have them stored with Git. But there is the +never ending problem of how to actually use them. I have moved management of this under +GNU Stow. +<!--more--> +Let's take a very typical dotfiles repository. + +``` +./nvim/init.lua +./tmux/tmux.conf +``` + +You want to have those files available as + +``` +~/.config/nvim/init.lua +~/.tmux.conf +``` + +The most popular approach would be to symlink the files under the expected location. We +could also copy the files every time something changes, but that would be crazy. Are we +the stuck with having to do those symlinks manually every time we install a new machine +or create a virtual one? And what if we have dozens of such configs stored under git? + +## Symlink farm + +GNU Stow is a symlink farm. This means, that it's a system aimed at automating creating of +those symlinks. + +[GNU Stow website](https://www.gnu.org/software/stow/manual/stow.html) + +For Stow, the dotfiles directory is called "Stowed" directory. Now comes the cool part. Each folder +in the Stowed directory (called "Package directory") stores a separate directory tree. GNU +Stow will join all those separate trees and create a proper structure under Target Directory, +which by default is the parent of Stowed directory. Let's look at example. + +``` +~/target/stow/one/config/one.conf +~/target/stow/two/config/two.conf +~/target/stow/three/config/three.conf +``` + +So, our home director now has a "Target" directory, which has a "Stow" directory. The Stow +directory stores three configs which we want to sylink as + + +``` +~/target/config/one.conf +~/target/config/two.conf +~/target/config/three.conf +``` + +Let's stow the first one + +``` +cd ~/target/stow +stow one +``` + +And see what happened + +``` +cd ~/target +ls -lA +``` + +We get somethine like + +``` +lrwxrwxrwx 1 msapka wheel 15 Jun 9 23:01 config -> stow/one/config +drwxr-xr-x 5 msapka wheel 4096 Jun 9 22:55 stow +``` + +Stow created a config symlink in the target directory. Very cool, but it gets cooler! Let' +stow the second one + +``` +cd ~/target/stow +stow two +``` + +and what we get + +``` +drwxr-xr-x 2 msapka wheel 4096 Jun 9 23:03 config +drwxr-xr-x 5 msapka wheel 4096 Jun 9 22:55 stow +``` + +Our config is no longer a symlink, but a real folder. Let's see what's inside here. + +``` +cd config +ls -lA +``` + +``` +lrwxrwxrwx 1 msapka wheel 27 Jun 9 23:03 one.conf -> ../stow/two/config/one.conf +lrwxrwxrwx 1 msapka wheel 26 Jun 9 23:03 two.conf -> ../stow/one/config/two.conf +``` + +We have our two configs, but what has happened? Stow looked at both sub trees for "one" and +"two"m and joined then in a way, that is possible. The only way for one.conf and two.conf to +exist in config is if config is a normal directory. Extremely cool! + +Let's image that our target is actually homedir, so we have a ~/dotfiles directory. Then +each package directory can mimic the tree struture of the actual config! Coming back +to our example, we can have a + +``` +~/dotfiles/tmux/.tmux.conf +~/dotfiles/nvim/.config/nvim/init.lua +``` + +Then, after stowing both packages we have symlinks under our desired + + +``` +~/.config/nvim/init.lua +~/.tmux.conf +``` + +GNU Stow is a very simple tool. All we understand what will happen with each sub tree. diff --git a/content/music_server.md b/content/music_server.md new file mode 100644 index 0000000..ed0ae05 --- /dev/null +++ b/content/music_server.md @@ -0,0 +1,122 @@ +--- +date: 2022-05-25T20:17:00+02:00 +draft: false +type: homeserver +title: Adding simple music server to my network +--- +One of my goals for 2022 is to not pay for music subscriptions anymore. Nowadays, it's really easy and cheap to actually own my music. + <!--more--> +## Getting music +Internet is full of cheap, used CDs and new music is ready for purchase on sites like Bandcamp. Since I mostly listen to dead people, CDs are my primary source. + +The first problem is having something to put a disc in. I've gotten myself a cheap USB-CD/DVD drive. It's very loud, but since I use it only for getting the data to my computer, it's not a problem. + +I rip (a word that I have not seen in a long time) on MacBook using XLD app. I plan to move this step to Linux soon. + +[XLD homepage](https://tmkk.undo.jp/xld/index_e.html) + +I rip the music to FLAC, which seems to be standard. It's lossless and most file-based players have no problems with it. Of course, not everywhere. iOS is always problematic, but I don't listen to music on the go very often, so it's a problem for future me. + +A single album in FLAC takes about 200-300 MB. I still remember MP3 days, where it would go down to 60 MB or less, but back then storage and transfer were actually expensive. I don't hear any noticeable difference between FLAC and good compressed file, but again - storage and transfer is cheap, Furthermore I have a single high-res album where half an hour takes 750 MBMB and there is zero difference. Well, now I know, and I won't buy-high res ever again :) + +## Storing and serving music + +The music will be accessed by multiple devices on local network, so putting it on the Home Server makes perfect sense. I now have a dedicated share "music" which is shared via Samba and NFS. + +Samba seems better than NFS, but then NFS on Linux is simpler to set up. + +For Samba, I need to add read+write access to Music share for each user from Synology web UI. + +NFS on the other hand doesn't support users, but devices instead. The first step is to set static IP for my devices (which is always a good idea). How exactly this should be approached depends on the setup, but I use UniFi Dream Machine and forcing IP for a device is very straight forward. After I have static IPs, I can add read/write access for those addresses, also via Synology web UI. + +Served music is so small, that this does not add any noticeable overhead for the server. + +## Accessing the music on Linux + +First, I needed to install NFS support. I use Arch, so: + +``` +# pacman -S nfs-utils +``` + +Then I checked if the share actually exists. My server's address is 10.0.1.200. + +``` +$ showmount -e 10.0.1.200 +------------------ +Export list for 10.0.1.200: +/volume2/music 10.0.1.10 +``` + +Voilà! Next step: check if it works + +``` +# mkdir /mnt/music +# mount 10.0.1.200:/volume2/music /mnt/music/ +# cd /mnt/music +# ls +``` + +And listing worked. Noice. To automate it for future, and to allow non-root users to actually mount the drive I added a new mount to /etc/fstab: + +``` +10.0.1.200:/volume2/music /mnt/music nfs _netdev,noauto,x-systemd.automount,x-systemd.mount-timeout=10,timeo=14,users,x-systemd.idle-timeout=1min 0 0 +``` + +After the first user accesses /mnt/music, the drive will be mounted. + +## Playing the music using CMUS + +We have access to the files, let's play it. Every modern music player for Linux should work with Flac, but I've chosen CMUS. It's fast, it's terminal based, and it supports VIM keybindings. + + +[CMUS webpage](https://cmus.github.io/) + +``` +# pacman -S cmus +``` + +After we open cmus, we need to add music. It's done similarly to VIM, via an ex command. + +``` +:add /mnt/music/ +``` + +And a few seconds later, the music is visible in the player. Using CMUS requires reading the manual + +``` +$ man cmus-tutorial +``` + +but the basics I needed to play something from Artist/Album view were: + +``` +j go up +k go down +tab change active window (artists/tracks) +space expand artist to album list +c play track / pause track +e add track to queue +q exit +``` + +Extra bonus: after first configuring system I had some problems with audio not working from time to time. Moving from Pulse to Pipewire solved them all. + +[Pipewire webpage](https://pipewire.org/) + +## Listening on Mac via CMUS + +I have no idea how to auto mount a server on MacOS, so after every reboot or network change, I need access the Samba share via Finder. After it's mounted, I can access it under /Volumes/music. + +On Mac I also use CMUS, so all of the above apply as well. One difference is adding the files due to different location + +``` +:add /Volumes/music +``` + +## Next up + +This doesn't solve all my needs. In the future I need to find out how to: + +- access the music outside my home network +- how to marry this setup with my multiroom system (Sonos + Homepods) diff --git a/content/repartitioning.md b/content/repartitioning.md new file mode 100644 index 0000000..fa0b7be --- /dev/null +++ b/content/repartitioning.md @@ -0,0 +1,79 @@ +--- +date: 2022-05-07T10:15:00+02:00 +draft: false +type: homeserver +title: Repartitioning the home server +--- +I have owned Synology 920+ for some two years. Unfortunately, when I first got it, I made some assumptions that are no longer true and therefore this NAS is basically a glorofied Plex machine. A bad one, as the CPU is not powerful for any modern codec transcoding. Time to fix it! + +## Durandal + +The server (named Durandal) had all drives in Synology Hybrid Raid (SHR) configuration until recenly. When I first bought the device, I got three WD-RED 4 TB drives, which left one bay empty. Soon, the occupied space filled the three drives, and I expanded it with 6 TB - as SHR allows for mixing drive size. In adition, SHR1 allows for one drive failure. +The configuration looked like: + +``` + HDD1 HDD2 HDD3 HDD4 + -------- -------- -------- ------------ + | | | | | | | | + | WD-RED | | WD-RED | | WD-RED | | WD-RED | + | 4 TB | | 4 TB | | 4 TB | | 6 TB | + | | | | | | | | + -------- -------- -------- ------------ +| | + --------------------------------------------------- + Volume 1 (SHR1) + 9.6 TB +``` + +This setup has the drawback of not allowing as much storage as required, and storing movie backups on volume with redundancy is an overkill. + + +## Vulcan + +A few days ago, I rethought the current assumption, and the new ones are: + +- I want to host application on the NAS +- I want to host my photographs (no more iCloud subscription) +- I want to store multimedia, but I don't care if I lose it. + +This led to a new architecture based on two volumes: + + +``` + HDD1 HDD2 HDD3 HDD4 + -------- -------- -------- ------------ + | | | | | | | | + | WD-RED | | WD-RED | | WD-RED | | WD-RED | + | 4 TB | | 4 TB | | 4 TB | | 6 TB | + | | | | | | | | + -------- -------- -------- ------------ + + CACHE1 CACHE2 + -------- -------- + | Samsung| | Samsung| + | 256 GB | | 256 GB | + -------- -------- +| | | | + ------------------------ --------------------------- + Volume 1 (SHR1) Volume 2 (RAID0) + 3.5 TB 8.7 TB + +``` + +Now I have a clear distinction between space for important stuff and for stuff I can recreate with ease. Having 3.5 TB is overkill here, as the drives will sooner fail than I will be able to fill them - currently, I store 520 GB in iCloud... and I pay for 2 TB as there is nothing in between. Having two 2 TB drives there would be much more economical + +The total capacity is also significantly higher now. There will be things I'll want to secure that are on Volume 2, but since it won't be anything mission-critical, I can just use a USB Drive for this. + +## The future + +Since the server is ready, I think I'll strive for: + +- adding new offsite backup (or 2) for Volume 1, +- leaving Plex (temporarily I use Samba shares), +- adding proper photo storage, +- adding a music server, +- adding DNS server, +- moving this site, +- moving my XMPP server, +- adding a VPN server, +- adding backup power for the NAS, modem, and router. diff --git a/content/workman_layout.md b/content/workman_layout.md new file mode 100644 index 0000000..c1e1904 --- /dev/null +++ b/content/workman_layout.md @@ -0,0 +1,37 @@ +--- +date: 2022-06-01T21:10:00+02:00 +draft: false +type: updates +title: Trying out the Workman layout +--- +I'm a terrible typist. I make more typos than I'd like to admit, I type slow and mostly use 3 fingers in total. Time for a makeover. + <!--more--> +I never liked typing. I consider it a tedious task I do 8-12 hours a day. I'm guessing this is mostly due to my terrible skills, but I hope that's not the whole story. + +The standard QWERTY keyboard layout we know and (do not) love is, according to the legend, an effect of deliberately slowing do typing speeds. It comes from typewriter times, where typing too fast could result in jamming the machine. We no longer have this problem, but QWERTY is still with us. + +Luckily there are alternatives. Lots of them actually, but only 3 seem viable: + +- Dvorak +- Colemak +- Workman + +Out of those three, Dvorak seems to be outdated as it was also designed around typewriters. Workman was designed as a solution for downsides of Colemak, and this was my choice. Then I found out about Colemak-DH, which is a modified version of Colemak addressing Workman... but I've already chosen. I'll be a Workman! + +[Workman Keyboard Layout](https://workmanlayout.org/) + +Also, I don't know anyone who uses Workman, so why not? What is important, is that every layout is told be a significant improvement over QWERTY. + +The plan is simple: + +- use QWERTY as daily layout +- practice Workman daily +- after I am able to confidently type my passwords in Workman, completely abandon QWERTY. + +I've chosen Keybr as my tutoring platform + +[keybr.com](https://www.keybr.com) + +It supports Workman (which is not that common as I found out) and is able to emulate it on system with QWERTY. I set myself a goal of 15 mins per day... and it's a nightmare. Or at least it was for the first few days. Muscle memory is strong, even with my mediocre QWERTY skills. Keybr uses a great system where it starts with 6 most common letters of US dictionary, then grades how well I type them and decides if I am ready for more. After 5 days I am not. However, what I've noticed is the joy of flow when typing. I've never felt this way with QWERTY, it was always a struggle. I am using very few letters, I am typing slowly. However, the movements come together as something enjoyable. I'll see what comes of it. I always enjoy new things, so maybe that's just it + +[My Keybr profile](https://www.keybr.com/profile/723pl7f) diff --git a/dotfiles b/dotfiles new file mode 160000 +Subproject 24b36b30406e4129182fc2f7c0da3998f3ecef5 diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 280135e..e3cd969 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE>{{ block "title" . }} +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>{{ block "title" . }} {{ .Site.Title }} {{ end }}</TITLE> <link rel='stylesheet' type='text/css' href='/style.css'> @@ -29,10 +29,10 @@ <link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'> <meta name="robots" content="index, follow"> {{ if isset .Params "tags" }}<meta name="keywords" content="{{ with .Params.tags }}{{ delimit . ", " }}{{ end }}">{{end}} - </HEAD> - <BODY> + </head> + <body> {{ block "header" . }} - <HEADER> + <header> {{ $image := resources.Get "logo.png" }} {{ $image := $image.Resize "x45" }} <a href="/"> @@ -42,35 +42,26 @@ (because giphy sucks) </div> </a> - </HEADER> + </header> {{ end }} - <MAIN> + <main> {{ block "page-title" . }} <h2> {{ .Page.Title }}</h2> {{ end }} {{ block "main" . }} {{ end }} - </MAIN> {{ block "FOOTER" . }} - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> + </main> + <footer> <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a>. - <a href="https://github.com/michalsapka/meme.sapka.me" target="_blank">Source code is available</a>. - <BR> - <BR> + <a href="https://github.com/michalsapka/website" target="_blank">Source code is available</a>. Theme is temporary. Only glory of Satan is eternal. + <BR><BR> + Unless stated otherwise, all content Copyright 2022, 2023 Michał Sapka. Unauthorized use under penalty of watching a random Netflix show or a fine of one million dolars. + </div> - </FOOTER> + </footer> {{ end }} - </BODY> -</HTML> + </body> +</html> diff --git a/layouts/_default/list.html b/layouts/_default/list.html index b9ddde4..d4ad721 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,6 +1,17 @@ {{ define "main" }} - {{ range where .Pages "Params.category" "meme"}} + {{ range .Pages }} <article class="list"> + <a href="{{ .Page.Permalink }}"> + {{ .Page.Title }} + </a> + ({{ .PublishDate.Format "January 2nd, 2006" }}) + <div> + {{ .Page.Summary }} + </div> + {{- if .Page.Truncated }} + <a href="{{ .Page.Permalink }}">More</a> + </div> + {{ end }} </article> {{ end }} {{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 47ec310..a6a1697 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,11 +2,6 @@ {{ end }} {{ define "main" }} -{{ $imageUrl := .Params.image }} -{{ $image := resources.Get $imageUrl }} -{{ $image := $image.Resize "790x" }} -<img alt="{{ .Params.title }}" src="{{ $image.Permalink }}" width={{ $image.Width }} height={{ $image.Height }}/><BR/> -<hr/> added on {{ .PublishDate.Format "January 2, 2006" }} {{- if isset .Params "tags" -}} {{- $tagsLen := len .Params.tags -}} diff --git a/layouts/shortcodes/imgproc.html b/layouts/shortcodes/imgproc.html new file mode 100644 index 0000000..c8f75c2 --- /dev/null +++ b/layouts/shortcodes/imgproc.html @@ -0,0 +1,20 @@ +{{ $img := .Page.Resources.GetMatch (printf "*%s*" (.Get 0)) }} +{{ $command := .Get 1 }} +{{ $options := .Get 2 }} +{{ if eq $command "Fit"}} + {{ $img = $img.Fit $options }} +{{ else if eq $command "Resize"}} + {{ $img = $img.Resize $options }} +{{ else if eq $command "Fill"}} + {{ $img = $img.Fill $options }} +{{ else if eq $command "Crop"}} + {{ $img = $img.Crop $options }} +{{ else }} + {{ errorf "Invalid image processing command: Must be one of Crop, Fit, Fill or Resize."}} +{{ end }} +<figure> + <img class="centered" src="{{ $img.RelPermalink }}" width="{{ $img.Width }}" height="{{ $img.Height }}"> + <figcaption> + {{.Get 3}} + </figcaption> +</figure> diff --git a/public/30-year-old-boomer.jpg b/public/30-year-old-boomer.jpg Binary files differdeleted file mode 100644 index 53581dc..0000000 --- a/public/30-year-old-boomer.jpg +++ /dev/null diff --git a/public/30-year-old-boomer/index.html b/public/30-year-old-boomer/index.html deleted file mode 100644 index 70555a1..0000000 --- a/public/30-year-old-boomer/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="30 Year Old Boomer" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/30-year-old-boomer/" /> - <meta property="og:image" content="https://memes.sapka.me/30-year-old-boomer.jpg" /> - - <meta name="twitter:title" content="30 Year Old Boomer"> - <meta name="twitter:image" content="https://memes.sapka.me/30-year-old-boomer.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, boomer, wojak"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> 30 Year Old Boomer</h2> - - - - - -<img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg" width=790 height=474/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/boomer"> Boomer</a> · <a href="https://memes.sapka.me/tags/wojak"> Wojak</a></div> -<hr/> - -<div> <a class="prev-link" href="/lol-wut/"> ← Previous</a> <a class="next-link" href="/shit-im-into-it/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg b/public/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index f67fb7f..0000000 --- a/public/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg b/public/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e055007..0000000 --- a/public/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/categories/index.html b/public/categories/index.html deleted file mode 100644 index 65f8a3e..0000000 --- a/public/categories/index.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Categories" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/categories/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="Categories"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Categories</h2> - - - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index 7b9d73d..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Categories on Michal's based meme collection</title> - <link>https://memes.sapka.me/categories/</link> - <description>Recent content in Categories on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language><atom:link href="https://memes.sapka.me/categories/index.xml" rel="self" type="application/rss+xml" /> - </channel> -</rss> diff --git a/public/challenging-wank.gif b/public/challenging-wank.gif Binary files differdeleted file mode 100644 index 2c2322c..0000000 --- a/public/challenging-wank.gif +++ /dev/null diff --git a/public/challenging-wank/index.html b/public/challenging-wank/index.html deleted file mode 100644 index e539dc7..0000000 --- a/public/challenging-wank/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Challenging Wank" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/challenging-wank/" /> - <meta property="og:image" content="https://memes.sapka.me/challenging-wank.gif" /> - - <meta name="twitter:title" content="Challenging Wank"> - <meta name="twitter:image" content="https://memes.sapka.me/challenging-wank.gif"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="nsfw, challenging-wank, animated"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Challenging Wank</h2> - - - - - -<img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif" width=790 height=790/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/nsfw"> Nsfw</a> · <a href="https://memes.sapka.me/tags/challenging-wank"> Challenging-Wank</a> · <a href="https://memes.sapka.me/tags/animated"> Animated</a></div> -<hr/> - -<div> <a class="prev-link" href="/no-ragrets/"> ← Previous</a> <a class="next-link" href="/fuck-yea/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif b/public/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif Binary files differdeleted file mode 100644 index 29efcaa..0000000 --- a/public/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif +++ /dev/null diff --git a/public/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif b/public/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif Binary files differdeleted file mode 100644 index 221331a..0000000 --- a/public/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif +++ /dev/null diff --git a/public/deploy.sh b/public/deploy.sh deleted file mode 100755 index c2953b4..0000000 --- a/public/deploy.sh +++ /dev/null @@ -1 +0,0 @@ -rsync -rtvzP . root@143.42.27.127:/var/www/memes/ diff --git a/public/favicon.ico b/public/favicon.ico Binary files differdeleted file mode 100644 index 36de9d2..0000000 --- a/public/favicon.ico +++ /dev/null diff --git a/public/forever-alone.jpg b/public/forever-alone.jpg Binary files differdeleted file mode 100644 index 07431c4..0000000 --- a/public/forever-alone.jpg +++ /dev/null diff --git a/public/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg b/public/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 7a8eaf9..0000000 --- a/public/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg b/public/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 712f113..0000000 --- a/public/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/forver-alone/index.html b/public/forver-alone/index.html deleted file mode 100644 index 0ba9242..0000000 --- a/public/forver-alone/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Forver Alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/forver-alone/" /> - <meta property="og:image" content="https://memes.sapka.me/forever-alone.jpg" /> - - <meta name="twitter:title" content="Forver Alone"> - <meta name="twitter:image" content="https://memes.sapka.me/forever-alone.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, forever-alone"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Forver Alone</h2> - - - - - -<img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg" width=790 height=790/><BR/> -<hr/> -added on December 29, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/forever-alone"> Forever-Alone</a></div> -<hr/> - -<div> <a class="prev-link" href="/orly/"> ← Previous</a> <a class="next-link" href="/no-ragrets/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/fuck-yea.jpg b/public/fuck-yea.jpg Binary files differdeleted file mode 100644 index 762d0a4..0000000 --- a/public/fuck-yea.jpg +++ /dev/null diff --git a/public/fuck-yea/index.html b/public/fuck-yea/index.html deleted file mode 100644 index 8170a58..0000000 --- a/public/fuck-yea/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Fuck Yea" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/fuck-yea/" /> - <meta property="og:image" content="https://memes.sapka.me/fuck-yea.jpg" /> - - <meta name="twitter:title" content="Fuck Yea"> - <meta name="twitter:image" content="https://memes.sapka.me/fuck-yea.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, fuck-yea"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Fuck Yea</h2> - - - - - -<img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg" width=790 height=444/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/fuck-yea"> Fuck-Yea</a></div> -<hr/> - -<div> <a class="prev-link" href="/challenging-wank/"> ← Previous</a> <a class="next-link" href="/lol-wut/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg b/public/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 66d68ca..0000000 --- a/public/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg b/public/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index d72082d..0000000 --- a/public/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/i-know-that-feel-bro.png b/public/i-know-that-feel-bro.png Binary files differdeleted file mode 100644 index 09572f9..0000000 --- a/public/i-know-that-feel-bro.png +++ /dev/null diff --git a/public/i-know-that-feel-bro/index.html b/public/i-know-that-feel-bro/index.html deleted file mode 100644 index ee3e57b..0000000 --- a/public/i-know-that-feel-bro/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="I Know That Feel Bro" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/i-know-that-feel-bro/" /> - <meta property="og:image" content="https://memes.sapka.me/i-know-that-feel-bro.png" /> - - <meta name="twitter:title" content="I Know That Feel Bro"> - <meta name="twitter:image" content="https://memes.sapka.me/i-know-that-feel-bro.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, wojak, i-know-that-feel-bro"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> I Know That Feel Bro</h2> - - - - - -<img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png" width=790 height=728/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/wojak"> Wojak</a> · <a href="https://memes.sapka.me/tags/i-know-that-feel-bro"> I-Know-That-Feel-Bro</a></div> -<hr/> - -<div> <a class="prev-link" href="/shit-im-into-it/"> ← Previous</a> <a class="next-link" href="/the-risk-was-calculated/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png b/public/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png Binary files differdeleted file mode 100644 index 93507d6..0000000 --- a/public/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png +++ /dev/null diff --git a/public/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png b/public/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png Binary files differdeleted file mode 100644 index 949dbf0..0000000 --- a/public/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png +++ /dev/null diff --git a/public/icons/apple-touch-icon.png b/public/icons/apple-touch-icon.png Binary files differdeleted file mode 100644 index 44691cb..0000000 --- a/public/icons/apple-touch-icon.png +++ /dev/null diff --git a/public/icons/favicon-16x16.png b/public/icons/favicon-16x16.png Binary files differdeleted file mode 100644 index c51b181..0000000 --- a/public/icons/favicon-16x16.png +++ /dev/null diff --git a/public/icons/favicon-32x32.png b/public/icons/favicon-32x32.png Binary files differdeleted file mode 100644 index cb71cac..0000000 --- a/public/icons/favicon-32x32.png +++ /dev/null diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 43bc4fb..0000000 --- a/public/index.html +++ /dev/null @@ -1,167 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <meta name="generator" content="Hugo 0.92.2" /> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content=""> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content=""> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> </h2> - - - - <article class="list"> - <a href="/the-risk-was-calculated/"> - - - - <img alt="The Risk Was Calculated" src="https://memes.sapka.me/the-risk-was-calculated_hu87d1a91cbb2d18fab72bbcc9357de40f_35687_350x0_resize_q75_box.jpg" width=350 height=247/> - </a> - </article> - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/index.txt b/public/index.txt deleted file mode 100644 index c7fc0f3..0000000 --- a/public/index.txt +++ /dev/null @@ -1,11 +0,0 @@ -https://memes.sapka.me/the-risk-was-calculated.jpg -https://memes.sapka.me/i-know-that-feel-bro.png -https://memes.sapka.me/shit-im-into-it.jpg -https://memes.sapka.me/30-year-old-boomer.jpg -https://memes.sapka.me/lol-wut.jpg -https://memes.sapka.me/fuck-yea.jpg -https://memes.sapka.me/challenging-wank.gif -https://memes.sapka.me/no-ragrets.jpg -https://memes.sapka.me/forever-alone.jpg -https://memes.sapka.me/orly.jpg - diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index af87f57..0000000 --- a/public/index.xml +++ /dev/null @@ -1,101 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Michal's based meme collection</title> - <link>https://memes.sapka.me/</link> - <description>Recent content on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:42:51 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>The Risk Was Calculated</title> - <link>https://memes.sapka.me/the-risk-was-calculated/</link> - <pubDate>Mon, 02 Jan 2023 22:08:38 +0100</pubDate> - - <guid>https://memes.sapka.me/the-risk-was-calculated/</guid> - <description></description> - </item> - - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/logo.png b/public/logo.png Binary files differdeleted file mode 100644 index 49d5a0d..0000000 --- a/public/logo.png +++ /dev/null diff --git a/public/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png b/public/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png Binary files differdeleted file mode 100644 index b303df5..0000000 --- a/public/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png +++ /dev/null diff --git a/public/lol-wut.jpg b/public/lol-wut.jpg Binary files differdeleted file mode 100644 index 703d21b..0000000 --- a/public/lol-wut.jpg +++ /dev/null diff --git a/public/lol-wut/index.html b/public/lol-wut/index.html deleted file mode 100644 index 84cf150..0000000 --- a/public/lol-wut/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Lol Wut" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/lol-wut/" /> - <meta property="og:image" content="https://memes.sapka.me/lol-wut.jpg" /> - - <meta name="twitter:title" content="Lol Wut"> - <meta name="twitter:image" content="https://memes.sapka.me/lol-wut.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, lol-wut"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Lol Wut</h2> - - - - - -<img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg" width=790 height=880/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/lol-wut"> Lol-Wut</a></div> -<hr/> - -<div> <a class="prev-link" href="/fuck-yea/"> ← Previous</a> <a class="next-link" href="/30-year-old-boomer/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg b/public/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 560c47e..0000000 --- a/public/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg b/public/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 5801f43..0000000 --- a/public/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/no-ragrets.jpg b/public/no-ragrets.jpg Binary files differdeleted file mode 100644 index 2172137..0000000 --- a/public/no-ragrets.jpg +++ /dev/null diff --git a/public/no-ragrets/index.html b/public/no-ragrets/index.html deleted file mode 100644 index b8c6100..0000000 --- a/public/no-ragrets/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="No Ragrets" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/no-ragrets/" /> - <meta property="og:image" content="https://memes.sapka.me/no-ragrets.jpg" /> - - <meta name="twitter:title" content="No Ragrets"> - <meta name="twitter:image" content="https://memes.sapka.me/no-ragrets.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, no-ragrets"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> No Ragrets</h2> - - - - - -<img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg" width=790 height=598/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/no-ragrets"> No-Ragrets</a></div> -<hr/> - -<div> <a class="prev-link" href="/forver-alone/"> ← Previous</a> <a class="next-link" href="/challenging-wank/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg b/public/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 109ecb6..0000000 --- a/public/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg b/public/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 8cef2e8..0000000 --- a/public/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/orly.jpg b/public/orly.jpg Binary files differdeleted file mode 100644 index 8dba518..0000000 --- a/public/orly.jpg +++ /dev/null diff --git a/public/orly/index.html b/public/orly/index.html deleted file mode 100644 index 7bc41b6..0000000 --- a/public/orly/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Orly" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/orly/" /> - <meta property="og:image" content="https://memes.sapka.me/orly.jpg" /> - - <meta name="twitter:title" content="Orly"> - <meta name="twitter:image" content="https://memes.sapka.me/orly.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, orly"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Orly</h2> - - - - - -<img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg" width=790 height=444/><BR/> -<hr/> -added on December 28, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/orly"> Orly</a></div> -<hr/> - -<div><a class="next-link" href="/forver-alone/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg b/public/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index eabb441..0000000 --- a/public/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg b/public/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e623e14..0000000 --- a/public/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/30-year-old-boomer.jpg b/public/root@143.42.27.127/30-year-old-boomer.jpg Binary files differdeleted file mode 100644 index 53581dc..0000000 --- a/public/root@143.42.27.127/30-year-old-boomer.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/30-year-old-boomer/index.html b/public/root@143.42.27.127/30-year-old-boomer/index.html deleted file mode 100644 index 70555a1..0000000 --- a/public/root@143.42.27.127/30-year-old-boomer/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="30 Year Old Boomer" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/30-year-old-boomer/" /> - <meta property="og:image" content="https://memes.sapka.me/30-year-old-boomer.jpg" /> - - <meta name="twitter:title" content="30 Year Old Boomer"> - <meta name="twitter:image" content="https://memes.sapka.me/30-year-old-boomer.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, boomer, wojak"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> 30 Year Old Boomer</h2> - - - - - -<img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg" width=790 height=474/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/boomer"> Boomer</a> · <a href="https://memes.sapka.me/tags/wojak"> Wojak</a></div> -<hr/> - -<div> <a class="prev-link" href="/lol-wut/"> ← Previous</a> <a class="next-link" href="/shit-im-into-it/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index f67fb7f..0000000 --- a/public/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e055007..0000000 --- a/public/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/categories/index.html b/public/root@143.42.27.127/categories/index.html deleted file mode 100644 index 65f8a3e..0000000 --- a/public/root@143.42.27.127/categories/index.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Categories" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/categories/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="Categories"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Categories</h2> - - - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/categories/index.xml b/public/root@143.42.27.127/categories/index.xml deleted file mode 100644 index 7b9d73d..0000000 --- a/public/root@143.42.27.127/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Categories on Michal's based meme collection</title> - <link>https://memes.sapka.me/categories/</link> - <description>Recent content in Categories on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language><atom:link href="https://memes.sapka.me/categories/index.xml" rel="self" type="application/rss+xml" /> - </channel> -</rss> diff --git a/public/root@143.42.27.127/challenging-wank.gif b/public/root@143.42.27.127/challenging-wank.gif Binary files differdeleted file mode 100644 index 2c2322c..0000000 --- a/public/root@143.42.27.127/challenging-wank.gif +++ /dev/null diff --git a/public/root@143.42.27.127/challenging-wank/index.html b/public/root@143.42.27.127/challenging-wank/index.html deleted file mode 100644 index e539dc7..0000000 --- a/public/root@143.42.27.127/challenging-wank/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Challenging Wank" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/challenging-wank/" /> - <meta property="og:image" content="https://memes.sapka.me/challenging-wank.gif" /> - - <meta name="twitter:title" content="Challenging Wank"> - <meta name="twitter:image" content="https://memes.sapka.me/challenging-wank.gif"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="nsfw, challenging-wank, animated"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Challenging Wank</h2> - - - - - -<img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif" width=790 height=790/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/nsfw"> Nsfw</a> · <a href="https://memes.sapka.me/tags/challenging-wank"> Challenging-Wank</a> · <a href="https://memes.sapka.me/tags/animated"> Animated</a></div> -<hr/> - -<div> <a class="prev-link" href="/no-ragrets/"> ← Previous</a> <a class="next-link" href="/fuck-yea/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif b/public/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif Binary files differdeleted file mode 100644 index 29efcaa..0000000 --- a/public/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif +++ /dev/null diff --git a/public/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif b/public/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif Binary files differdeleted file mode 100644 index 221331a..0000000 --- a/public/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif +++ /dev/null diff --git a/public/root@143.42.27.127/deploy.sh b/public/root@143.42.27.127/deploy.sh deleted file mode 100755 index 98af377..0000000 --- a/public/root@143.42.27.127/deploy.sh +++ /dev/null @@ -1 +0,0 @@ -rsync -rtvzP . root@143.42.27.127 diff --git a/public/root@143.42.27.127/favicon.ico b/public/root@143.42.27.127/favicon.ico Binary files differdeleted file mode 100644 index 36de9d2..0000000 --- a/public/root@143.42.27.127/favicon.ico +++ /dev/null diff --git a/public/root@143.42.27.127/forever-alone.jpg b/public/root@143.42.27.127/forever-alone.jpg Binary files differdeleted file mode 100644 index 07431c4..0000000 --- a/public/root@143.42.27.127/forever-alone.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 7a8eaf9..0000000 --- a/public/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 712f113..0000000 --- a/public/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/forver-alone/index.html b/public/root@143.42.27.127/forver-alone/index.html deleted file mode 100644 index 0ba9242..0000000 --- a/public/root@143.42.27.127/forver-alone/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Forver Alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/forver-alone/" /> - <meta property="og:image" content="https://memes.sapka.me/forever-alone.jpg" /> - - <meta name="twitter:title" content="Forver Alone"> - <meta name="twitter:image" content="https://memes.sapka.me/forever-alone.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, forever-alone"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Forver Alone</h2> - - - - - -<img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg" width=790 height=790/><BR/> -<hr/> -added on December 29, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/forever-alone"> Forever-Alone</a></div> -<hr/> - -<div> <a class="prev-link" href="/orly/"> ← Previous</a> <a class="next-link" href="/no-ragrets/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/fuck-yea.jpg b/public/root@143.42.27.127/fuck-yea.jpg Binary files differdeleted file mode 100644 index 762d0a4..0000000 --- a/public/root@143.42.27.127/fuck-yea.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/fuck-yea/index.html b/public/root@143.42.27.127/fuck-yea/index.html deleted file mode 100644 index 8170a58..0000000 --- a/public/root@143.42.27.127/fuck-yea/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Fuck Yea" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/fuck-yea/" /> - <meta property="og:image" content="https://memes.sapka.me/fuck-yea.jpg" /> - - <meta name="twitter:title" content="Fuck Yea"> - <meta name="twitter:image" content="https://memes.sapka.me/fuck-yea.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, fuck-yea"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Fuck Yea</h2> - - - - - -<img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg" width=790 height=444/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/fuck-yea"> Fuck-Yea</a></div> -<hr/> - -<div> <a class="prev-link" href="/challenging-wank/"> ← Previous</a> <a class="next-link" href="/lol-wut/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 66d68ca..0000000 --- a/public/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index d72082d..0000000 --- a/public/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/i-know-that-feel-bro.png b/public/root@143.42.27.127/i-know-that-feel-bro.png Binary files differdeleted file mode 100644 index 09572f9..0000000 --- a/public/root@143.42.27.127/i-know-that-feel-bro.png +++ /dev/null diff --git a/public/root@143.42.27.127/i-know-that-feel-bro/index.html b/public/root@143.42.27.127/i-know-that-feel-bro/index.html deleted file mode 100644 index 0827fac..0000000 --- a/public/root@143.42.27.127/i-know-that-feel-bro/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="I Know That Feel Bro" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/i-know-that-feel-bro/" /> - <meta property="og:image" content="https://memes.sapka.me/i-know-that-feel-bro.png" /> - - <meta name="twitter:title" content="I Know That Feel Bro"> - <meta name="twitter:image" content="https://memes.sapka.me/i-know-that-feel-bro.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, wojak, i-know-that-feel-bro"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> I Know That Feel Bro</h2> - - - - - -<img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png" width=790 height=728/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/wojak"> Wojak</a> · <a href="https://memes.sapka.me/tags/i-know-that-feel-bro"> I-Know-That-Feel-Bro</a></div> -<hr/> - -<div> <a class="prev-link" href="/shit-im-into-it/"> ← Previous</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png b/public/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png Binary files differdeleted file mode 100644 index 93507d6..0000000 --- a/public/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png b/public/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png Binary files differdeleted file mode 100644 index 949dbf0..0000000 --- a/public/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/icons/apple-touch-icon.png b/public/root@143.42.27.127/icons/apple-touch-icon.png Binary files differdeleted file mode 100644 index 44691cb..0000000 --- a/public/root@143.42.27.127/icons/apple-touch-icon.png +++ /dev/null diff --git a/public/root@143.42.27.127/icons/favicon-16x16.png b/public/root@143.42.27.127/icons/favicon-16x16.png Binary files differdeleted file mode 100644 index c51b181..0000000 --- a/public/root@143.42.27.127/icons/favicon-16x16.png +++ /dev/null diff --git a/public/root@143.42.27.127/icons/favicon-32x32.png b/public/root@143.42.27.127/icons/favicon-32x32.png Binary files differdeleted file mode 100644 index cb71cac..0000000 --- a/public/root@143.42.27.127/icons/favicon-32x32.png +++ /dev/null diff --git a/public/root@143.42.27.127/index.html b/public/root@143.42.27.127/index.html deleted file mode 100644 index 664b54a..0000000 --- a/public/root@143.42.27.127/index.html +++ /dev/null @@ -1,158 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <meta name="generator" content="Hugo 0.92.2" /> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content=""> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content=""> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> </h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/index.txt b/public/root@143.42.27.127/index.txt deleted file mode 100644 index 30fb8cc..0000000 --- a/public/root@143.42.27.127/index.txt +++ /dev/null @@ -1,10 +0,0 @@ -https://memes.sapka.me/i-know-that-feel-bro.png -https://memes.sapka.me/shit-im-into-it.jpg -https://memes.sapka.me/30-year-old-boomer.jpg -https://memes.sapka.me/lol-wut.jpg -https://memes.sapka.me/fuck-yea.jpg -https://memes.sapka.me/challenging-wank.gif -https://memes.sapka.me/no-ragrets.jpg -https://memes.sapka.me/forever-alone.jpg -https://memes.sapka.me/orly.jpg - diff --git a/public/root@143.42.27.127/index.xml b/public/root@143.42.27.127/index.xml deleted file mode 100644 index 513b060..0000000 --- a/public/root@143.42.27.127/index.xml +++ /dev/null @@ -1,92 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Michal's based meme collection</title> - <link>https://memes.sapka.me/</link> - <description>Recent content on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:42:51 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/logo.png b/public/root@143.42.27.127/logo.png Binary files differdeleted file mode 100644 index 49d5a0d..0000000 --- a/public/root@143.42.27.127/logo.png +++ /dev/null diff --git a/public/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png b/public/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png Binary files differdeleted file mode 100644 index b303df5..0000000 --- a/public/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/lol-wut.jpg b/public/root@143.42.27.127/lol-wut.jpg Binary files differdeleted file mode 100644 index 703d21b..0000000 --- a/public/root@143.42.27.127/lol-wut.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/lol-wut/index.html b/public/root@143.42.27.127/lol-wut/index.html deleted file mode 100644 index 84cf150..0000000 --- a/public/root@143.42.27.127/lol-wut/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Lol Wut" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/lol-wut/" /> - <meta property="og:image" content="https://memes.sapka.me/lol-wut.jpg" /> - - <meta name="twitter:title" content="Lol Wut"> - <meta name="twitter:image" content="https://memes.sapka.me/lol-wut.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, lol-wut"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Lol Wut</h2> - - - - - -<img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg" width=790 height=880/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/lol-wut"> Lol-Wut</a></div> -<hr/> - -<div> <a class="prev-link" href="/fuck-yea/"> ← Previous</a> <a class="next-link" href="/30-year-old-boomer/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 560c47e..0000000 --- a/public/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 5801f43..0000000 --- a/public/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/no-ragrets.jpg b/public/root@143.42.27.127/no-ragrets.jpg Binary files differdeleted file mode 100644 index 2172137..0000000 --- a/public/root@143.42.27.127/no-ragrets.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/no-ragrets/index.html b/public/root@143.42.27.127/no-ragrets/index.html deleted file mode 100644 index b8c6100..0000000 --- a/public/root@143.42.27.127/no-ragrets/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="No Ragrets" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/no-ragrets/" /> - <meta property="og:image" content="https://memes.sapka.me/no-ragrets.jpg" /> - - <meta name="twitter:title" content="No Ragrets"> - <meta name="twitter:image" content="https://memes.sapka.me/no-ragrets.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, no-ragrets"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> No Ragrets</h2> - - - - - -<img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg" width=790 height=598/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/no-ragrets"> No-Ragrets</a></div> -<hr/> - -<div> <a class="prev-link" href="/forver-alone/"> ← Previous</a> <a class="next-link" href="/challenging-wank/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 109ecb6..0000000 --- a/public/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 8cef2e8..0000000 --- a/public/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/orly.jpg b/public/root@143.42.27.127/orly.jpg Binary files differdeleted file mode 100644 index 8dba518..0000000 --- a/public/root@143.42.27.127/orly.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/orly/index.html b/public/root@143.42.27.127/orly/index.html deleted file mode 100644 index 7bc41b6..0000000 --- a/public/root@143.42.27.127/orly/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Orly" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/orly/" /> - <meta property="og:image" content="https://memes.sapka.me/orly.jpg" /> - - <meta name="twitter:title" content="Orly"> - <meta name="twitter:image" content="https://memes.sapka.me/orly.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, orly"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Orly</h2> - - - - - -<img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg" width=790 height=444/><BR/> -<hr/> -added on December 28, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/orly"> Orly</a></div> -<hr/> - -<div><a class="next-link" href="/forver-alone/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index eabb441..0000000 --- a/public/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e623e14..0000000 --- a/public/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer.jpg b/public/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer.jpg Binary files differdeleted file mode 100644 index 53581dc..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer/index.html b/public/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer/index.html deleted file mode 100644 index 70555a1..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="30 Year Old Boomer" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/30-year-old-boomer/" /> - <meta property="og:image" content="https://memes.sapka.me/30-year-old-boomer.jpg" /> - - <meta name="twitter:title" content="30 Year Old Boomer"> - <meta name="twitter:image" content="https://memes.sapka.me/30-year-old-boomer.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, boomer, wojak"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> 30 Year Old Boomer</h2> - - - - - -<img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg" width=790 height=474/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/boomer"> Boomer</a> · <a href="https://memes.sapka.me/tags/wojak"> Wojak</a></div> -<hr/> - -<div> <a class="prev-link" href="/lol-wut/"> ← Previous</a> <a class="next-link" href="/shit-im-into-it/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index f67fb7f..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e055007..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/categories/index.html b/public/root@143.42.27.127/root@143.42.27.127/categories/index.html deleted file mode 100644 index 65f8a3e..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/categories/index.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Categories" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/categories/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="Categories"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Categories</h2> - - - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/categories/index.xml b/public/root@143.42.27.127/root@143.42.27.127/categories/index.xml deleted file mode 100644 index 7b9d73d..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Categories on Michal's based meme collection</title> - <link>https://memes.sapka.me/categories/</link> - <description>Recent content in Categories on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language><atom:link href="https://memes.sapka.me/categories/index.xml" rel="self" type="application/rss+xml" /> - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/challenging-wank.gif b/public/root@143.42.27.127/root@143.42.27.127/challenging-wank.gif Binary files differdeleted file mode 100644 index 2c2322c..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/challenging-wank.gif +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/challenging-wank/index.html b/public/root@143.42.27.127/root@143.42.27.127/challenging-wank/index.html deleted file mode 100644 index e539dc7..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/challenging-wank/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Challenging Wank" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/challenging-wank/" /> - <meta property="og:image" content="https://memes.sapka.me/challenging-wank.gif" /> - - <meta name="twitter:title" content="Challenging Wank"> - <meta name="twitter:image" content="https://memes.sapka.me/challenging-wank.gif"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="nsfw, challenging-wank, animated"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Challenging Wank</h2> - - - - - -<img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif" width=790 height=790/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/nsfw"> Nsfw</a> · <a href="https://memes.sapka.me/tags/challenging-wank"> Challenging-Wank</a> · <a href="https://memes.sapka.me/tags/animated"> Animated</a></div> -<hr/> - -<div> <a class="prev-link" href="/no-ragrets/"> ← Previous</a> <a class="next-link" href="/fuck-yea/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif b/public/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif Binary files differdeleted file mode 100644 index 29efcaa..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif b/public/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif Binary files differdeleted file mode 100644 index 221331a..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/deploy.sh b/public/root@143.42.27.127/root@143.42.27.127/deploy.sh deleted file mode 100755 index 98af377..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/deploy.sh +++ /dev/null @@ -1 +0,0 @@ -rsync -rtvzP . root@143.42.27.127 diff --git a/public/root@143.42.27.127/root@143.42.27.127/favicon.ico b/public/root@143.42.27.127/root@143.42.27.127/favicon.ico Binary files differdeleted file mode 100644 index 36de9d2..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/favicon.ico +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/forever-alone.jpg b/public/root@143.42.27.127/root@143.42.27.127/forever-alone.jpg Binary files differdeleted file mode 100644 index 07431c4..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/forever-alone.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 7a8eaf9..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 712f113..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/forver-alone/index.html b/public/root@143.42.27.127/root@143.42.27.127/forver-alone/index.html deleted file mode 100644 index 0ba9242..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/forver-alone/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Forver Alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/forver-alone/" /> - <meta property="og:image" content="https://memes.sapka.me/forever-alone.jpg" /> - - <meta name="twitter:title" content="Forver Alone"> - <meta name="twitter:image" content="https://memes.sapka.me/forever-alone.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, forever-alone"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Forver Alone</h2> - - - - - -<img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg" width=790 height=790/><BR/> -<hr/> -added on December 29, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/forever-alone"> Forever-Alone</a></div> -<hr/> - -<div> <a class="prev-link" href="/orly/"> ← Previous</a> <a class="next-link" href="/no-ragrets/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/fuck-yea.jpg b/public/root@143.42.27.127/root@143.42.27.127/fuck-yea.jpg Binary files differdeleted file mode 100644 index 762d0a4..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/fuck-yea.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/fuck-yea/index.html b/public/root@143.42.27.127/root@143.42.27.127/fuck-yea/index.html deleted file mode 100644 index 8170a58..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/fuck-yea/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Fuck Yea" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/fuck-yea/" /> - <meta property="og:image" content="https://memes.sapka.me/fuck-yea.jpg" /> - - <meta name="twitter:title" content="Fuck Yea"> - <meta name="twitter:image" content="https://memes.sapka.me/fuck-yea.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, fuck-yea"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Fuck Yea</h2> - - - - - -<img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg" width=790 height=444/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/fuck-yea"> Fuck-Yea</a></div> -<hr/> - -<div> <a class="prev-link" href="/challenging-wank/"> ← Previous</a> <a class="next-link" href="/lol-wut/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 66d68ca..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index d72082d..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro.png b/public/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro.png Binary files differdeleted file mode 100644 index 09572f9..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro/index.html b/public/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro/index.html deleted file mode 100644 index 0827fac..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="I Know That Feel Bro" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/i-know-that-feel-bro/" /> - <meta property="og:image" content="https://memes.sapka.me/i-know-that-feel-bro.png" /> - - <meta name="twitter:title" content="I Know That Feel Bro"> - <meta name="twitter:image" content="https://memes.sapka.me/i-know-that-feel-bro.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, wojak, i-know-that-feel-bro"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> I Know That Feel Bro</h2> - - - - - -<img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png" width=790 height=728/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/wojak"> Wojak</a> · <a href="https://memes.sapka.me/tags/i-know-that-feel-bro"> I-Know-That-Feel-Bro</a></div> -<hr/> - -<div> <a class="prev-link" href="/shit-im-into-it/"> ← Previous</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png Binary files differdeleted file mode 100644 index 93507d6..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png Binary files differdeleted file mode 100644 index 949dbf0..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/icons/apple-touch-icon.png b/public/root@143.42.27.127/root@143.42.27.127/icons/apple-touch-icon.png Binary files differdeleted file mode 100644 index 44691cb..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/icons/apple-touch-icon.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/icons/favicon-16x16.png b/public/root@143.42.27.127/root@143.42.27.127/icons/favicon-16x16.png Binary files differdeleted file mode 100644 index c51b181..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/icons/favicon-16x16.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/icons/favicon-32x32.png b/public/root@143.42.27.127/root@143.42.27.127/icons/favicon-32x32.png Binary files differdeleted file mode 100644 index cb71cac..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/icons/favicon-32x32.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/index.html b/public/root@143.42.27.127/root@143.42.27.127/index.html deleted file mode 100644 index 664b54a..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/index.html +++ /dev/null @@ -1,158 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <meta name="generator" content="Hugo 0.92.2" /> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content=""> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content=""> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> </h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/index.txt b/public/root@143.42.27.127/root@143.42.27.127/index.txt deleted file mode 100644 index 30fb8cc..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/index.txt +++ /dev/null @@ -1,10 +0,0 @@ -https://memes.sapka.me/i-know-that-feel-bro.png -https://memes.sapka.me/shit-im-into-it.jpg -https://memes.sapka.me/30-year-old-boomer.jpg -https://memes.sapka.me/lol-wut.jpg -https://memes.sapka.me/fuck-yea.jpg -https://memes.sapka.me/challenging-wank.gif -https://memes.sapka.me/no-ragrets.jpg -https://memes.sapka.me/forever-alone.jpg -https://memes.sapka.me/orly.jpg - diff --git a/public/root@143.42.27.127/root@143.42.27.127/index.xml b/public/root@143.42.27.127/root@143.42.27.127/index.xml deleted file mode 100644 index 513b060..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/index.xml +++ /dev/null @@ -1,92 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Michal's based meme collection</title> - <link>https://memes.sapka.me/</link> - <description>Recent content on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:42:51 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/logo.png b/public/root@143.42.27.127/root@143.42.27.127/logo.png Binary files differdeleted file mode 100644 index 49d5a0d..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/logo.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png Binary files differdeleted file mode 100644 index b303df5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/lol-wut.jpg b/public/root@143.42.27.127/root@143.42.27.127/lol-wut.jpg Binary files differdeleted file mode 100644 index 703d21b..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/lol-wut.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/lol-wut/index.html b/public/root@143.42.27.127/root@143.42.27.127/lol-wut/index.html deleted file mode 100644 index 84cf150..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/lol-wut/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Lol Wut" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/lol-wut/" /> - <meta property="og:image" content="https://memes.sapka.me/lol-wut.jpg" /> - - <meta name="twitter:title" content="Lol Wut"> - <meta name="twitter:image" content="https://memes.sapka.me/lol-wut.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, lol-wut"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Lol Wut</h2> - - - - - -<img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg" width=790 height=880/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/lol-wut"> Lol-Wut</a></div> -<hr/> - -<div> <a class="prev-link" href="/fuck-yea/"> ← Previous</a> <a class="next-link" href="/30-year-old-boomer/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 560c47e..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 5801f43..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/no-ragrets.jpg b/public/root@143.42.27.127/root@143.42.27.127/no-ragrets.jpg Binary files differdeleted file mode 100644 index 2172137..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/no-ragrets.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/no-ragrets/index.html b/public/root@143.42.27.127/root@143.42.27.127/no-ragrets/index.html deleted file mode 100644 index b8c6100..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/no-ragrets/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="No Ragrets" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/no-ragrets/" /> - <meta property="og:image" content="https://memes.sapka.me/no-ragrets.jpg" /> - - <meta name="twitter:title" content="No Ragrets"> - <meta name="twitter:image" content="https://memes.sapka.me/no-ragrets.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, no-ragrets"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> No Ragrets</h2> - - - - - -<img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg" width=790 height=598/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/no-ragrets"> No-Ragrets</a></div> -<hr/> - -<div> <a class="prev-link" href="/forver-alone/"> ← Previous</a> <a class="next-link" href="/challenging-wank/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 109ecb6..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 8cef2e8..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/orly.jpg b/public/root@143.42.27.127/root@143.42.27.127/orly.jpg Binary files differdeleted file mode 100644 index 8dba518..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/orly.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/orly/index.html b/public/root@143.42.27.127/root@143.42.27.127/orly/index.html deleted file mode 100644 index 7bc41b6..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/orly/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Orly" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/orly/" /> - <meta property="og:image" content="https://memes.sapka.me/orly.jpg" /> - - <meta name="twitter:title" content="Orly"> - <meta name="twitter:image" content="https://memes.sapka.me/orly.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, orly"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Orly</h2> - - - - - -<img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg" width=790 height=444/><BR/> -<hr/> -added on December 28, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/orly"> Orly</a></div> -<hr/> - -<div><a class="next-link" href="/forver-alone/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index eabb441..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e623e14..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer.jpg Binary files differdeleted file mode 100644 index 53581dc..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer/index.html deleted file mode 100644 index 70555a1..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="30 Year Old Boomer" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/30-year-old-boomer/" /> - <meta property="og:image" content="https://memes.sapka.me/30-year-old-boomer.jpg" /> - - <meta name="twitter:title" content="30 Year Old Boomer"> - <meta name="twitter:image" content="https://memes.sapka.me/30-year-old-boomer.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, boomer, wojak"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> 30 Year Old Boomer</h2> - - - - - -<img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg" width=790 height=474/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/boomer"> Boomer</a> · <a href="https://memes.sapka.me/tags/wojak"> Wojak</a></div> -<hr/> - -<div> <a class="prev-link" href="/lol-wut/"> ← Previous</a> <a class="next-link" href="/shit-im-into-it/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index f67fb7f..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e055007..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.html deleted file mode 100644 index 65f8a3e..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Categories" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/categories/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="Categories"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Categories</h2> - - - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.xml deleted file mode 100644 index 7b9d73d..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Categories on Michal's based meme collection</title> - <link>https://memes.sapka.me/categories/</link> - <description>Recent content in Categories on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language><atom:link href="https://memes.sapka.me/categories/index.xml" rel="self" type="application/rss+xml" /> - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank.gif b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank.gif Binary files differdeleted file mode 100644 index 2c2322c..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank.gif +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank/index.html deleted file mode 100644 index e539dc7..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Challenging Wank" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/challenging-wank/" /> - <meta property="og:image" content="https://memes.sapka.me/challenging-wank.gif" /> - - <meta name="twitter:title" content="Challenging Wank"> - <meta name="twitter:image" content="https://memes.sapka.me/challenging-wank.gif"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="nsfw, challenging-wank, animated"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Challenging Wank</h2> - - - - - -<img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif" width=790 height=790/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/nsfw"> Nsfw</a> · <a href="https://memes.sapka.me/tags/challenging-wank"> Challenging-Wank</a> · <a href="https://memes.sapka.me/tags/animated"> Animated</a></div> -<hr/> - -<div> <a class="prev-link" href="/no-ragrets/"> ← Previous</a> <a class="next-link" href="/fuck-yea/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif Binary files differdeleted file mode 100644 index 29efcaa..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif Binary files differdeleted file mode 100644 index 221331a..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/deploy.sh b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/deploy.sh deleted file mode 100755 index 98af377..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/deploy.sh +++ /dev/null @@ -1 +0,0 @@ -rsync -rtvzP . root@143.42.27.127 diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/favicon.ico b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/favicon.ico Binary files differdeleted file mode 100644 index 36de9d2..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/favicon.ico +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone.jpg Binary files differdeleted file mode 100644 index 07431c4..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 7a8eaf9..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 712f113..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forver-alone/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forver-alone/index.html deleted file mode 100644 index 0ba9242..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forver-alone/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Forver Alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/forver-alone/" /> - <meta property="og:image" content="https://memes.sapka.me/forever-alone.jpg" /> - - <meta name="twitter:title" content="Forver Alone"> - <meta name="twitter:image" content="https://memes.sapka.me/forever-alone.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, forever-alone"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Forver Alone</h2> - - - - - -<img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg" width=790 height=790/><BR/> -<hr/> -added on December 29, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/forever-alone"> Forever-Alone</a></div> -<hr/> - -<div> <a class="prev-link" href="/orly/"> ← Previous</a> <a class="next-link" href="/no-ragrets/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea.jpg Binary files differdeleted file mode 100644 index 762d0a4..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea/index.html deleted file mode 100644 index 8170a58..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Fuck Yea" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/fuck-yea/" /> - <meta property="og:image" content="https://memes.sapka.me/fuck-yea.jpg" /> - - <meta name="twitter:title" content="Fuck Yea"> - <meta name="twitter:image" content="https://memes.sapka.me/fuck-yea.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, fuck-yea"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Fuck Yea</h2> - - - - - -<img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg" width=790 height=444/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/fuck-yea"> Fuck-Yea</a></div> -<hr/> - -<div> <a class="prev-link" href="/challenging-wank/"> ← Previous</a> <a class="next-link" href="/lol-wut/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 66d68ca..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index d72082d..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro.png Binary files differdeleted file mode 100644 index 09572f9..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro/index.html deleted file mode 100644 index 0827fac..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="I Know That Feel Bro" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/i-know-that-feel-bro/" /> - <meta property="og:image" content="https://memes.sapka.me/i-know-that-feel-bro.png" /> - - <meta name="twitter:title" content="I Know That Feel Bro"> - <meta name="twitter:image" content="https://memes.sapka.me/i-know-that-feel-bro.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, wojak, i-know-that-feel-bro"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> I Know That Feel Bro</h2> - - - - - -<img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png" width=790 height=728/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/wojak"> Wojak</a> · <a href="https://memes.sapka.me/tags/i-know-that-feel-bro"> I-Know-That-Feel-Bro</a></div> -<hr/> - -<div> <a class="prev-link" href="/shit-im-into-it/"> ← Previous</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png Binary files differdeleted file mode 100644 index 93507d6..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png Binary files differdeleted file mode 100644 index 949dbf0..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/apple-touch-icon.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/apple-touch-icon.png Binary files differdeleted file mode 100644 index 44691cb..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/apple-touch-icon.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-16x16.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-16x16.png Binary files differdeleted file mode 100644 index c51b181..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-16x16.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-32x32.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-32x32.png Binary files differdeleted file mode 100644 index cb71cac..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-32x32.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.html deleted file mode 100644 index 664b54a..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.html +++ /dev/null @@ -1,158 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <meta name="generator" content="Hugo 0.92.2" /> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content=""> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content=""> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> </h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.txt b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.txt deleted file mode 100644 index 30fb8cc..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.txt +++ /dev/null @@ -1,10 +0,0 @@ -https://memes.sapka.me/i-know-that-feel-bro.png -https://memes.sapka.me/shit-im-into-it.jpg -https://memes.sapka.me/30-year-old-boomer.jpg -https://memes.sapka.me/lol-wut.jpg -https://memes.sapka.me/fuck-yea.jpg -https://memes.sapka.me/challenging-wank.gif -https://memes.sapka.me/no-ragrets.jpg -https://memes.sapka.me/forever-alone.jpg -https://memes.sapka.me/orly.jpg - diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.xml deleted file mode 100644 index 513b060..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.xml +++ /dev/null @@ -1,92 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Michal's based meme collection</title> - <link>https://memes.sapka.me/</link> - <description>Recent content on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:42:51 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo.png Binary files differdeleted file mode 100644 index 49d5a0d..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png Binary files differdeleted file mode 100644 index b303df5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut.jpg Binary files differdeleted file mode 100644 index 703d21b..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut/index.html deleted file mode 100644 index 84cf150..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Lol Wut" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/lol-wut/" /> - <meta property="og:image" content="https://memes.sapka.me/lol-wut.jpg" /> - - <meta name="twitter:title" content="Lol Wut"> - <meta name="twitter:image" content="https://memes.sapka.me/lol-wut.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, lol-wut"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Lol Wut</h2> - - - - - -<img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg" width=790 height=880/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/lol-wut"> Lol-Wut</a></div> -<hr/> - -<div> <a class="prev-link" href="/fuck-yea/"> ← Previous</a> <a class="next-link" href="/30-year-old-boomer/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 560c47e..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 5801f43..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets.jpg Binary files differdeleted file mode 100644 index 2172137..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets/index.html deleted file mode 100644 index b8c6100..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="No Ragrets" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/no-ragrets/" /> - <meta property="og:image" content="https://memes.sapka.me/no-ragrets.jpg" /> - - <meta name="twitter:title" content="No Ragrets"> - <meta name="twitter:image" content="https://memes.sapka.me/no-ragrets.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, no-ragrets"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> No Ragrets</h2> - - - - - -<img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg" width=790 height=598/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/no-ragrets"> No-Ragrets</a></div> -<hr/> - -<div> <a class="prev-link" href="/forver-alone/"> ← Previous</a> <a class="next-link" href="/challenging-wank/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 109ecb6..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 8cef2e8..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly.jpg Binary files differdeleted file mode 100644 index 8dba518..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly/index.html deleted file mode 100644 index 7bc41b6..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Orly" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/orly/" /> - <meta property="og:image" content="https://memes.sapka.me/orly.jpg" /> - - <meta name="twitter:title" content="Orly"> - <meta name="twitter:image" content="https://memes.sapka.me/orly.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, orly"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Orly</h2> - - - - - -<img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg" width=790 height=444/><BR/> -<hr/> -added on December 28, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/orly"> Orly</a></div> -<hr/> - -<div><a class="next-link" href="/forver-alone/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index eabb441..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e623e14..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer.jpg Binary files differdeleted file mode 100644 index 53581dc..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer/index.html deleted file mode 100644 index 70555a1..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="30 Year Old Boomer" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/30-year-old-boomer/" /> - <meta property="og:image" content="https://memes.sapka.me/30-year-old-boomer.jpg" /> - - <meta name="twitter:title" content="30 Year Old Boomer"> - <meta name="twitter:image" content="https://memes.sapka.me/30-year-old-boomer.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, boomer, wojak"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> 30 Year Old Boomer</h2> - - - - - -<img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg" width=790 height=474/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/boomer"> Boomer</a> · <a href="https://memes.sapka.me/tags/wojak"> Wojak</a></div> -<hr/> - -<div> <a class="prev-link" href="/lol-wut/"> ← Previous</a> <a class="next-link" href="/shit-im-into-it/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index f67fb7f..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e055007..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.html deleted file mode 100644 index 65f8a3e..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Categories" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/categories/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="Categories"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Categories</h2> - - - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.xml deleted file mode 100644 index 7b9d73d..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Categories on Michal's based meme collection</title> - <link>https://memes.sapka.me/categories/</link> - <description>Recent content in Categories on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language><atom:link href="https://memes.sapka.me/categories/index.xml" rel="self" type="application/rss+xml" /> - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank.gif b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank.gif Binary files differdeleted file mode 100644 index 2c2322c..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank.gif +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank/index.html deleted file mode 100644 index e539dc7..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Challenging Wank" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/challenging-wank/" /> - <meta property="og:image" content="https://memes.sapka.me/challenging-wank.gif" /> - - <meta name="twitter:title" content="Challenging Wank"> - <meta name="twitter:image" content="https://memes.sapka.me/challenging-wank.gif"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="nsfw, challenging-wank, animated"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Challenging Wank</h2> - - - - - -<img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif" width=790 height=790/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/nsfw"> Nsfw</a> · <a href="https://memes.sapka.me/tags/challenging-wank"> Challenging-Wank</a> · <a href="https://memes.sapka.me/tags/animated"> Animated</a></div> -<hr/> - -<div> <a class="prev-link" href="/no-ragrets/"> ← Previous</a> <a class="next-link" href="/fuck-yea/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif Binary files differdeleted file mode 100644 index 29efcaa..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif Binary files differdeleted file mode 100644 index 221331a..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/deploy.sh b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/deploy.sh deleted file mode 100755 index 98af377..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/deploy.sh +++ /dev/null @@ -1 +0,0 @@ -rsync -rtvzP . root@143.42.27.127 diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone.jpg Binary files differdeleted file mode 100644 index 07431c4..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 7a8eaf9..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 712f113..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forver-alone/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forver-alone/index.html deleted file mode 100644 index 0ba9242..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forver-alone/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Forver Alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/forver-alone/" /> - <meta property="og:image" content="https://memes.sapka.me/forever-alone.jpg" /> - - <meta name="twitter:title" content="Forver Alone"> - <meta name="twitter:image" content="https://memes.sapka.me/forever-alone.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, forever-alone"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Forver Alone</h2> - - - - - -<img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg" width=790 height=790/><BR/> -<hr/> -added on December 29, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/forever-alone"> Forever-Alone</a></div> -<hr/> - -<div> <a class="prev-link" href="/orly/"> ← Previous</a> <a class="next-link" href="/no-ragrets/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea.jpg Binary files differdeleted file mode 100644 index 762d0a4..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea/index.html deleted file mode 100644 index 8170a58..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Fuck Yea" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/fuck-yea/" /> - <meta property="og:image" content="https://memes.sapka.me/fuck-yea.jpg" /> - - <meta name="twitter:title" content="Fuck Yea"> - <meta name="twitter:image" content="https://memes.sapka.me/fuck-yea.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, fuck-yea"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Fuck Yea</h2> - - - - - -<img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg" width=790 height=444/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/fuck-yea"> Fuck-Yea</a></div> -<hr/> - -<div> <a class="prev-link" href="/challenging-wank/"> ← Previous</a> <a class="next-link" href="/lol-wut/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 66d68ca..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index d72082d..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro.png Binary files differdeleted file mode 100644 index 09572f9..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro/index.html deleted file mode 100644 index 0827fac..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="I Know That Feel Bro" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/i-know-that-feel-bro/" /> - <meta property="og:image" content="https://memes.sapka.me/i-know-that-feel-bro.png" /> - - <meta name="twitter:title" content="I Know That Feel Bro"> - <meta name="twitter:image" content="https://memes.sapka.me/i-know-that-feel-bro.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, wojak, i-know-that-feel-bro"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> I Know That Feel Bro</h2> - - - - - -<img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png" width=790 height=728/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/wojak"> Wojak</a> · <a href="https://memes.sapka.me/tags/i-know-that-feel-bro"> I-Know-That-Feel-Bro</a></div> -<hr/> - -<div> <a class="prev-link" href="/shit-im-into-it/"> ← Previous</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png Binary files differdeleted file mode 100644 index 93507d6..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png Binary files differdeleted file mode 100644 index 949dbf0..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/apple-touch-icon.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/apple-touch-icon.png Binary files differdeleted file mode 100644 index 44691cb..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/apple-touch-icon.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-16x16.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-16x16.png Binary files differdeleted file mode 100644 index c51b181..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-16x16.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-32x32.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-32x32.png Binary files differdeleted file mode 100644 index cb71cac..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-32x32.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.html deleted file mode 100644 index 664b54a..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.html +++ /dev/null @@ -1,158 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <meta name="generator" content="Hugo 0.92.2" /> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content=""> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content=""> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> </h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.txt b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.txt deleted file mode 100644 index 30fb8cc..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.txt +++ /dev/null @@ -1,10 +0,0 @@ -https://memes.sapka.me/i-know-that-feel-bro.png -https://memes.sapka.me/shit-im-into-it.jpg -https://memes.sapka.me/30-year-old-boomer.jpg -https://memes.sapka.me/lol-wut.jpg -https://memes.sapka.me/fuck-yea.jpg -https://memes.sapka.me/challenging-wank.gif -https://memes.sapka.me/no-ragrets.jpg -https://memes.sapka.me/forever-alone.jpg -https://memes.sapka.me/orly.jpg - diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.xml deleted file mode 100644 index 513b060..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.xml +++ /dev/null @@ -1,92 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Michal's based meme collection</title> - <link>https://memes.sapka.me/</link> - <description>Recent content on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:42:51 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo.png Binary files differdeleted file mode 100644 index 49d5a0d..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png Binary files differdeleted file mode 100644 index b303df5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut.jpg Binary files differdeleted file mode 100644 index 703d21b..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut/index.html deleted file mode 100644 index 84cf150..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Lol Wut" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/lol-wut/" /> - <meta property="og:image" content="https://memes.sapka.me/lol-wut.jpg" /> - - <meta name="twitter:title" content="Lol Wut"> - <meta name="twitter:image" content="https://memes.sapka.me/lol-wut.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, lol-wut"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Lol Wut</h2> - - - - - -<img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg" width=790 height=880/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/lol-wut"> Lol-Wut</a></div> -<hr/> - -<div> <a class="prev-link" href="/fuck-yea/"> ← Previous</a> <a class="next-link" href="/30-year-old-boomer/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 560c47e..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 5801f43..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets.jpg Binary files differdeleted file mode 100644 index 2172137..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets/index.html deleted file mode 100644 index b8c6100..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="No Ragrets" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/no-ragrets/" /> - <meta property="og:image" content="https://memes.sapka.me/no-ragrets.jpg" /> - - <meta name="twitter:title" content="No Ragrets"> - <meta name="twitter:image" content="https://memes.sapka.me/no-ragrets.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, no-ragrets"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> No Ragrets</h2> - - - - - -<img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg" width=790 height=598/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/no-ragrets"> No-Ragrets</a></div> -<hr/> - -<div> <a class="prev-link" href="/forver-alone/"> ← Previous</a> <a class="next-link" href="/challenging-wank/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 109ecb6..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 8cef2e8..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly.jpg Binary files differdeleted file mode 100644 index 8dba518..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly/index.html deleted file mode 100644 index 7bc41b6..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Orly" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/orly/" /> - <meta property="og:image" content="https://memes.sapka.me/orly.jpg" /> - - <meta name="twitter:title" content="Orly"> - <meta name="twitter:image" content="https://memes.sapka.me/orly.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, orly"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Orly</h2> - - - - - -<img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg" width=790 height=444/><BR/> -<hr/> -added on December 28, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/orly"> Orly</a></div> -<hr/> - -<div><a class="next-link" href="/forver-alone/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index eabb441..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e623e14..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer.jpg Binary files differdeleted file mode 100644 index 53581dc..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer/index.html deleted file mode 100644 index 70555a1..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="30 Year Old Boomer" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/30-year-old-boomer/" /> - <meta property="og:image" content="https://memes.sapka.me/30-year-old-boomer.jpg" /> - - <meta name="twitter:title" content="30 Year Old Boomer"> - <meta name="twitter:image" content="https://memes.sapka.me/30-year-old-boomer.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, boomer, wojak"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> 30 Year Old Boomer</h2> - - - - - -<img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg" width=790 height=474/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/boomer"> Boomer</a> · <a href="https://memes.sapka.me/tags/wojak"> Wojak</a></div> -<hr/> - -<div> <a class="prev-link" href="/lol-wut/"> ← Previous</a> <a class="next-link" href="/shit-im-into-it/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index f67fb7f..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e055007..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.html deleted file mode 100644 index 65f8a3e..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Categories" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/categories/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="Categories"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Categories</h2> - - - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.xml deleted file mode 100644 index 7b9d73d..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Categories on Michal's based meme collection</title> - <link>https://memes.sapka.me/categories/</link> - <description>Recent content in Categories on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language><atom:link href="https://memes.sapka.me/categories/index.xml" rel="self" type="application/rss+xml" /> - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank.gif b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank.gif Binary files differdeleted file mode 100644 index 2c2322c..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank.gif +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank/index.html deleted file mode 100644 index e539dc7..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Challenging Wank" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/challenging-wank/" /> - <meta property="og:image" content="https://memes.sapka.me/challenging-wank.gif" /> - - <meta name="twitter:title" content="Challenging Wank"> - <meta name="twitter:image" content="https://memes.sapka.me/challenging-wank.gif"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="nsfw, challenging-wank, animated"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Challenging Wank</h2> - - - - - -<img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif" width=790 height=790/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/nsfw"> Nsfw</a> · <a href="https://memes.sapka.me/tags/challenging-wank"> Challenging-Wank</a> · <a href="https://memes.sapka.me/tags/animated"> Animated</a></div> -<hr/> - -<div> <a class="prev-link" href="/no-ragrets/"> ← Previous</a> <a class="next-link" href="/fuck-yea/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif Binary files differdeleted file mode 100644 index 29efcaa..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif Binary files differdeleted file mode 100644 index 221331a..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_790x0_resize_box.gif +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/deploy.sh b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/deploy.sh deleted file mode 100755 index 98af377..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/deploy.sh +++ /dev/null @@ -1 +0,0 @@ -rsync -rtvzP . root@143.42.27.127 diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone.jpg Binary files differdeleted file mode 100644 index 07431c4..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 7a8eaf9..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 712f113..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forver-alone/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forver-alone/index.html deleted file mode 100644 index 0ba9242..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/forver-alone/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Forver Alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/forver-alone/" /> - <meta property="og:image" content="https://memes.sapka.me/forever-alone.jpg" /> - - <meta name="twitter:title" content="Forver Alone"> - <meta name="twitter:image" content="https://memes.sapka.me/forever-alone.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, forever-alone"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Forver Alone</h2> - - - - - -<img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_790x0_resize_q75_box.jpg" width=790 height=790/><BR/> -<hr/> -added on December 29, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/forever-alone"> Forever-Alone</a></div> -<hr/> - -<div> <a class="prev-link" href="/orly/"> ← Previous</a> <a class="next-link" href="/no-ragrets/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea.jpg Binary files differdeleted file mode 100644 index 762d0a4..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea/index.html deleted file mode 100644 index 8170a58..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Fuck Yea" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/fuck-yea/" /> - <meta property="og:image" content="https://memes.sapka.me/fuck-yea.jpg" /> - - <meta name="twitter:title" content="Fuck Yea"> - <meta name="twitter:image" content="https://memes.sapka.me/fuck-yea.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, fuck-yea"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Fuck Yea</h2> - - - - - -<img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg" width=790 height=444/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/fuck-yea"> Fuck-Yea</a></div> -<hr/> - -<div> <a class="prev-link" href="/challenging-wank/"> ← Previous</a> <a class="next-link" href="/lol-wut/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 66d68ca..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index d72082d..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro.png Binary files differdeleted file mode 100644 index 09572f9..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro/index.html deleted file mode 100644 index 0827fac..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="I Know That Feel Bro" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/i-know-that-feel-bro/" /> - <meta property="og:image" content="https://memes.sapka.me/i-know-that-feel-bro.png" /> - - <meta name="twitter:title" content="I Know That Feel Bro"> - <meta name="twitter:image" content="https://memes.sapka.me/i-know-that-feel-bro.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, wojak, i-know-that-feel-bro"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> I Know That Feel Bro</h2> - - - - - -<img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png" width=790 height=728/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/wojak"> Wojak</a> · <a href="https://memes.sapka.me/tags/i-know-that-feel-bro"> I-Know-That-Feel-Bro</a></div> -<hr/> - -<div> <a class="prev-link" href="/shit-im-into-it/"> ← Previous</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png Binary files differdeleted file mode 100644 index 93507d6..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png Binary files differdeleted file mode 100644 index 949dbf0..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_790x0_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/apple-touch-icon.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/apple-touch-icon.png Binary files differdeleted file mode 100644 index 44691cb..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/apple-touch-icon.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-16x16.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-16x16.png Binary files differdeleted file mode 100644 index c51b181..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-16x16.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-32x32.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-32x32.png Binary files differdeleted file mode 100644 index cb71cac..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/icons/favicon-32x32.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.html deleted file mode 100644 index 664b54a..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.html +++ /dev/null @@ -1,158 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <meta name="generator" content="Hugo 0.92.2" /> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content=""> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content=""> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> </h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.txt b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.txt deleted file mode 100644 index 30fb8cc..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.txt +++ /dev/null @@ -1,10 +0,0 @@ -https://memes.sapka.me/i-know-that-feel-bro.png -https://memes.sapka.me/shit-im-into-it.jpg -https://memes.sapka.me/30-year-old-boomer.jpg -https://memes.sapka.me/lol-wut.jpg -https://memes.sapka.me/fuck-yea.jpg -https://memes.sapka.me/challenging-wank.gif -https://memes.sapka.me/no-ragrets.jpg -https://memes.sapka.me/forever-alone.jpg -https://memes.sapka.me/orly.jpg - diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.xml deleted file mode 100644 index 513b060..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/index.xml +++ /dev/null @@ -1,92 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Michal's based meme collection</title> - <link>https://memes.sapka.me/</link> - <description>Recent content on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:42:51 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo.png Binary files differdeleted file mode 100644 index 49d5a0d..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png Binary files differdeleted file mode 100644 index b303df5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut.jpg Binary files differdeleted file mode 100644 index 703d21b..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut/index.html deleted file mode 100644 index 84cf150..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Lol Wut" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/lol-wut/" /> - <meta property="og:image" content="https://memes.sapka.me/lol-wut.jpg" /> - - <meta name="twitter:title" content="Lol Wut"> - <meta name="twitter:image" content="https://memes.sapka.me/lol-wut.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, lol-wut"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Lol Wut</h2> - - - - - -<img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg" width=790 height=880/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/lol-wut"> Lol-Wut</a></div> -<hr/> - -<div> <a class="prev-link" href="/fuck-yea/"> ← Previous</a> <a class="next-link" href="/30-year-old-boomer/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 560c47e..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 5801f43..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets.jpg Binary files differdeleted file mode 100644 index 2172137..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets/index.html deleted file mode 100644 index b8c6100..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="No Ragrets" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/no-ragrets/" /> - <meta property="og:image" content="https://memes.sapka.me/no-ragrets.jpg" /> - - <meta name="twitter:title" content="No Ragrets"> - <meta name="twitter:image" content="https://memes.sapka.me/no-ragrets.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, no-ragrets"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> No Ragrets</h2> - - - - - -<img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg" width=790 height=598/><BR/> -<hr/> -added on December 30, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/no-ragrets"> No-Ragrets</a></div> -<hr/> - -<div> <a class="prev-link" href="/forver-alone/"> ← Previous</a> <a class="next-link" href="/challenging-wank/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 109ecb6..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 8cef2e8..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly.jpg Binary files differdeleted file mode 100644 index 8dba518..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly/index.html deleted file mode 100644 index 7bc41b6..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Orly" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/orly/" /> - <meta property="og:image" content="https://memes.sapka.me/orly.jpg" /> - - <meta name="twitter:title" content="Orly"> - <meta name="twitter:image" content="https://memes.sapka.me/orly.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, orly"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Orly</h2> - - - - - -<img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg" width=790 height=444/><BR/> -<hr/> -added on December 28, 2022 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/orly"> Orly</a></div> -<hr/> - -<div><a class="next-link" href="/forver-alone/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index eabb441..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e623e14..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/orly_hu4ab5330843bc6be32869cd74da450d29_79346_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png Binary files differdeleted file mode 100644 index 4000c4b..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it.jpg Binary files differdeleted file mode 100644 index f641b02..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it/index.html deleted file mode 100644 index d990a15..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Shit Im Into It" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/shit-im-into-it/" /> - <meta property="og:image" content="https://memes.sapka.me/shit-im-into-it.jpg" /> - - <meta name="twitter:title" content="Shit Im Into It"> - <meta name="twitter:image" content="https://memes.sapka.me/shit-im-into-it.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="nsfw, shit-im-into-it"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Shit Im Into It</h2> - - - - - -<img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg" width=790 height=809/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/nsfw"> Nsfw</a> · <a href="https://memes.sapka.me/tags/shit-im-into-it"> Shit-Im-Into-It</a></div> -<hr/> - -<div> <a class="prev-link" href="/30-year-old-boomer/"> ← Previous</a> <a class="next-link" href="/i-know-that-feel-bro/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 9026cf2..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e736e31..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/sitemap.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/sitemap.xml deleted file mode 100644 index 1704d61..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/sitemap.xml +++ /dev/null @@ -1,79 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" - xmlns:xhtml="http://www.w3.org/1999/xhtml"> - <url> - <loc>https://memes.sapka.me/i-know-that-feel-bro/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/i-know-that-feel-bro/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/sfw/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/wojak/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/nsfw/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/shit-im-into-it/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/shit-im-into-it/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/30-year-old-boomer/</loc> - <lastmod>2023-01-01T21:08:11+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/boomer/</loc> - <lastmod>2023-01-01T21:08:11+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/lol-wut/</loc> - <lastmod>2022-12-30T22:51:48+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/lol-wut/</loc> - <lastmod>2022-12-30T22:51:48+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/fuck-yea/</loc> - <lastmod>2022-12-30T22:48:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/fuck-yea/</loc> - <lastmod>2022-12-30T22:48:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/animated/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/challenging-wank/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/challenging-wank/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/no-ragrets/</loc> - <lastmod>2022-12-30T22:42:16+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/no-ragrets/</loc> - <lastmod>2022-12-30T22:42:16+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/forever-alone/</loc> - <lastmod>2022-12-29T10:03:52+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/forver-alone/</loc> - <lastmod>2022-12-29T10:03:52+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/</loc> - <lastmod>2022-12-28T23:42:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/orly/</loc> - <lastmod>2022-12-28T23:26:17+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/orly/</loc> - <lastmod>2022-12-28T23:26:17+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/categories/</loc> - </url> -</urlset> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/style.css b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/style.css deleted file mode 100644 index 4be1bf5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/style.css +++ /dev/null @@ -1,67 +0,0 @@ - - body { - background-color:#020202; - color: #f2f2f2; - font-family: 'arial'; - padding: 0; - margin: 0; - } - img { - max-width: 99%; - width: auto; - height: auto; - } - main { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - } - header { - background-color: #121212; - padding-left: 50px; - height:55px; - } - header div { - padding-top: 12px; - } - header img { - margin-top: 2px; - position: absolute; - left: 5px; - } - a { - text-decoration: none; - color: #f2f2f2; - } - h1 { - font-size: 1.5em; - display: inline; - } - h2 { - font-size: 1.1em; - } - h4 { - font-size: 1.1em; - } - article.list { - display: inline-block; - } - article.list img { - margin: auto; - display: block; - } - .next-link { - float: right; - } - footer { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - opacity: 0.5; - } - footer div { - text-align: center; - } - diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.html deleted file mode 100644 index f7c2700..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/alone/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="alone"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - <h2> alone</h2> - - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.xml deleted file mode 100644 index 7b415c8..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>alone on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/alone/</link> - <description>Recent content in alone on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Thu, 29 Dec 2022 10:03:52 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/alone/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.html deleted file mode 100644 index b2acea3..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="animated" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/animated/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="animated"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> animated</h2> - - - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.xml deleted file mode 100644 index dc6ce03..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>animated on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/animated/</link> - <description>Recent content in animated on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:45:23 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/animated/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.html deleted file mode 100644 index 5d796ea..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="boomer" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/boomer/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="boomer"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> boomer</h2> - - - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.xml deleted file mode 100644 index a6672db..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>boomer on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/boomer/</link> - <description>Recent content in boomer on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:08:11 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/boomer/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.html deleted file mode 100644 index 04290f3..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="challenging-wank" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/challenging-wank/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="challenging-wank"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> challenging-wank</h2> - - - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.xml deleted file mode 100644 index 2e46b85..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>challenging-wank on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/challenging-wank/</link> - <description>Recent content in challenging-wank on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:45:23 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/challenging-wank/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.html deleted file mode 100644 index a75d1da..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="forever-alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/forever-alone/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="forever-alone"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> forever-alone</h2> - - - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.xml deleted file mode 100644 index 73615c0..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>forever-alone on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/forever-alone/</link> - <description>Recent content in forever-alone on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Thu, 29 Dec 2022 10:03:52 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/forever-alone/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.html deleted file mode 100644 index 9aca527..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="fuck-yea" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/fuck-yea/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="fuck-yea"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> fuck-yea</h2> - - - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.xml deleted file mode 100644 index 313544f..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>fuck-yea on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/fuck-yea/</link> - <description>Recent content in fuck-yea on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:48:51 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/fuck-yea/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.html deleted file mode 100644 index a2795a8..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="i-know-that-feel-bro" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/i-know-that-feel-bro/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="i-know-that-feel-bro"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> i-know-that-feel-bro</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml deleted file mode 100644 index 3f45a8f..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>i-know-that-feel-bro on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/i-know-that-feel-bro/</link> - <description>Recent content in i-know-that-feel-bro on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/i-know-that-feel-bro/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.html deleted file mode 100644 index 2e6c5b1..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Tags" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="Tags"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Tags</h2> - - - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.xml deleted file mode 100644 index bf8f959..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.xml +++ /dev/null @@ -1,128 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Tags on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/</link> - <description>Recent content in Tags on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>i-know-that-feel-bro</title> - <link>https://memes.sapka.me/tags/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>sfw</title> - <link>https://memes.sapka.me/tags/sfw/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/sfw/</guid> - <description></description> - </item> - - <item> - <title>wojak</title> - <link>https://memes.sapka.me/tags/wojak/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/wojak/</guid> - <description></description> - </item> - - <item> - <title>nsfw</title> - <link>https://memes.sapka.me/tags/nsfw/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/nsfw/</guid> - <description></description> - </item> - - <item> - <title>shit-im-into-it</title> - <link>https://memes.sapka.me/tags/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>boomer</title> - <link>https://memes.sapka.me/tags/boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/boomer/</guid> - <description></description> - </item> - - <item> - <title>lol-wut</title> - <link>https://memes.sapka.me/tags/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>fuck-yea</title> - <link>https://memes.sapka.me/tags/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>animated</title> - <link>https://memes.sapka.me/tags/animated/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/animated/</guid> - <description></description> - </item> - - <item> - <title>challenging-wank</title> - <link>https://memes.sapka.me/tags/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/challenging-wank/</guid> - <description></description> - </item> - - <item> - <title>no-ragrets</title> - <link>https://memes.sapka.me/tags/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>forever-alone</title> - <link>https://memes.sapka.me/tags/forever-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/forever-alone/</guid> - <description></description> - </item> - - <item> - <title>orly</title> - <link>https://memes.sapka.me/tags/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.html deleted file mode 100644 index f4b57dc..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="lol-wut" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/lol-wut/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="lol-wut"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> lol-wut</h2> - - - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.xml deleted file mode 100644 index ec5be65..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>lol-wut on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/lol-wut/</link> - <description>Recent content in lol-wut on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:51:48 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/lol-wut/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.html deleted file mode 100644 index b7705e4..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="no-ragrets" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/no-ragrets/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="no-ragrets"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> no-ragrets</h2> - - - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.xml deleted file mode 100644 index 5554b23..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>no-ragrets on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/no-ragrets/</link> - <description>Recent content in no-ragrets on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:42:16 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/no-ragrets/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.html deleted file mode 100644 index 2ec4ca5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="nsfw" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/nsfw/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="nsfw"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> nsfw</h2> - - - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.xml deleted file mode 100644 index c73db29..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>nsfw on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/nsfw/</link> - <description>Recent content in nsfw on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:10:00 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/nsfw/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.html deleted file mode 100644 index 5de8e9a..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="orly" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/orly/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="orly"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> orly</h2> - - - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.xml deleted file mode 100644 index ec9ceb5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>orly on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/orly/</link> - <description>Recent content in orly on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:26:17 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/orly/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.html deleted file mode 100644 index b302d95..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="reaction" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/reaction/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="reaction"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - <h2> reaction</h2> - - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.xml deleted file mode 100644 index 15b2242..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>reaction on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/reaction/</link> - <description>Recent content in reaction on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:26:17 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/reaction/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.html deleted file mode 100644 index b69b2eb..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.html +++ /dev/null @@ -1,139 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="sfw" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/sfw/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="sfw"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> sfw</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.xml deleted file mode 100644 index 8663237..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.xml +++ /dev/null @@ -1,74 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>sfw on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/sfw/</link> - <description>Recent content in sfw on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/sfw/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.html deleted file mode 100644 index 1dd5bfd..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="shit-im-into-it" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/shit-im-into-it/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="shit-im-into-it"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> shit-im-into-it</h2> - - - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.xml deleted file mode 100644 index d66e8fd..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>shit-im-into-it on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/shit-im-into-it/</link> - <description>Recent content in shit-im-into-it on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:10:00 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/shit-im-into-it/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.html deleted file mode 100644 index 1b99ea0..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="wojak" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/wojak/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="wojak"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> wojak</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.xml deleted file mode 100644 index 1e40ca1..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>wojak on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/wojak/</link> - <description>Recent content in wojak on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/wojak/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png Binary files differdeleted file mode 100644 index 4000c4b..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it.jpg Binary files differdeleted file mode 100644 index f641b02..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it/index.html deleted file mode 100644 index d990a15..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Shit Im Into It" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/shit-im-into-it/" /> - <meta property="og:image" content="https://memes.sapka.me/shit-im-into-it.jpg" /> - - <meta name="twitter:title" content="Shit Im Into It"> - <meta name="twitter:image" content="https://memes.sapka.me/shit-im-into-it.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="nsfw, shit-im-into-it"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Shit Im Into It</h2> - - - - - -<img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg" width=790 height=809/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/nsfw"> Nsfw</a> · <a href="https://memes.sapka.me/tags/shit-im-into-it"> Shit-Im-Into-It</a></div> -<hr/> - -<div> <a class="prev-link" href="/30-year-old-boomer/"> ← Previous</a> <a class="next-link" href="/i-know-that-feel-bro/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 9026cf2..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e736e31..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/sitemap.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/sitemap.xml deleted file mode 100644 index 1704d61..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/sitemap.xml +++ /dev/null @@ -1,79 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" - xmlns:xhtml="http://www.w3.org/1999/xhtml"> - <url> - <loc>https://memes.sapka.me/i-know-that-feel-bro/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/i-know-that-feel-bro/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/sfw/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/wojak/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/nsfw/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/shit-im-into-it/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/shit-im-into-it/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/30-year-old-boomer/</loc> - <lastmod>2023-01-01T21:08:11+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/boomer/</loc> - <lastmod>2023-01-01T21:08:11+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/lol-wut/</loc> - <lastmod>2022-12-30T22:51:48+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/lol-wut/</loc> - <lastmod>2022-12-30T22:51:48+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/fuck-yea/</loc> - <lastmod>2022-12-30T22:48:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/fuck-yea/</loc> - <lastmod>2022-12-30T22:48:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/animated/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/challenging-wank/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/challenging-wank/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/no-ragrets/</loc> - <lastmod>2022-12-30T22:42:16+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/no-ragrets/</loc> - <lastmod>2022-12-30T22:42:16+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/forever-alone/</loc> - <lastmod>2022-12-29T10:03:52+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/forver-alone/</loc> - <lastmod>2022-12-29T10:03:52+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/</loc> - <lastmod>2022-12-28T23:42:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/orly/</loc> - <lastmod>2022-12-28T23:26:17+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/orly/</loc> - <lastmod>2022-12-28T23:26:17+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/categories/</loc> - </url> -</urlset> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/style.css b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/style.css deleted file mode 100644 index 4be1bf5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/style.css +++ /dev/null @@ -1,67 +0,0 @@ - - body { - background-color:#020202; - color: #f2f2f2; - font-family: 'arial'; - padding: 0; - margin: 0; - } - img { - max-width: 99%; - width: auto; - height: auto; - } - main { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - } - header { - background-color: #121212; - padding-left: 50px; - height:55px; - } - header div { - padding-top: 12px; - } - header img { - margin-top: 2px; - position: absolute; - left: 5px; - } - a { - text-decoration: none; - color: #f2f2f2; - } - h1 { - font-size: 1.5em; - display: inline; - } - h2 { - font-size: 1.1em; - } - h4 { - font-size: 1.1em; - } - article.list { - display: inline-block; - } - article.list img { - margin: auto; - display: block; - } - .next-link { - float: right; - } - footer { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - opacity: 0.5; - } - footer div { - text-align: center; - } - diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.html deleted file mode 100644 index f7c2700..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/alone/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="alone"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - <h2> alone</h2> - - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.xml deleted file mode 100644 index 7b415c8..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>alone on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/alone/</link> - <description>Recent content in alone on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Thu, 29 Dec 2022 10:03:52 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/alone/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.html deleted file mode 100644 index b2acea3..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="animated" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/animated/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="animated"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> animated</h2> - - - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.xml deleted file mode 100644 index dc6ce03..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>animated on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/animated/</link> - <description>Recent content in animated on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:45:23 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/animated/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.html deleted file mode 100644 index 5d796ea..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="boomer" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/boomer/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="boomer"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> boomer</h2> - - - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.xml deleted file mode 100644 index a6672db..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>boomer on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/boomer/</link> - <description>Recent content in boomer on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:08:11 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/boomer/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.html deleted file mode 100644 index 04290f3..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="challenging-wank" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/challenging-wank/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="challenging-wank"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> challenging-wank</h2> - - - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.xml deleted file mode 100644 index 2e46b85..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>challenging-wank on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/challenging-wank/</link> - <description>Recent content in challenging-wank on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:45:23 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/challenging-wank/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.html deleted file mode 100644 index a75d1da..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="forever-alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/forever-alone/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="forever-alone"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> forever-alone</h2> - - - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.xml deleted file mode 100644 index 73615c0..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>forever-alone on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/forever-alone/</link> - <description>Recent content in forever-alone on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Thu, 29 Dec 2022 10:03:52 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/forever-alone/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.html deleted file mode 100644 index 9aca527..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="fuck-yea" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/fuck-yea/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="fuck-yea"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> fuck-yea</h2> - - - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.xml deleted file mode 100644 index 313544f..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>fuck-yea on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/fuck-yea/</link> - <description>Recent content in fuck-yea on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:48:51 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/fuck-yea/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.html deleted file mode 100644 index a2795a8..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="i-know-that-feel-bro" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/i-know-that-feel-bro/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="i-know-that-feel-bro"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> i-know-that-feel-bro</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml deleted file mode 100644 index 3f45a8f..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>i-know-that-feel-bro on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/i-know-that-feel-bro/</link> - <description>Recent content in i-know-that-feel-bro on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/i-know-that-feel-bro/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.html deleted file mode 100644 index 2e6c5b1..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Tags" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="Tags"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Tags</h2> - - - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.xml deleted file mode 100644 index bf8f959..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.xml +++ /dev/null @@ -1,128 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Tags on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/</link> - <description>Recent content in Tags on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>i-know-that-feel-bro</title> - <link>https://memes.sapka.me/tags/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>sfw</title> - <link>https://memes.sapka.me/tags/sfw/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/sfw/</guid> - <description></description> - </item> - - <item> - <title>wojak</title> - <link>https://memes.sapka.me/tags/wojak/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/wojak/</guid> - <description></description> - </item> - - <item> - <title>nsfw</title> - <link>https://memes.sapka.me/tags/nsfw/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/nsfw/</guid> - <description></description> - </item> - - <item> - <title>shit-im-into-it</title> - <link>https://memes.sapka.me/tags/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>boomer</title> - <link>https://memes.sapka.me/tags/boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/boomer/</guid> - <description></description> - </item> - - <item> - <title>lol-wut</title> - <link>https://memes.sapka.me/tags/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>fuck-yea</title> - <link>https://memes.sapka.me/tags/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>animated</title> - <link>https://memes.sapka.me/tags/animated/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/animated/</guid> - <description></description> - </item> - - <item> - <title>challenging-wank</title> - <link>https://memes.sapka.me/tags/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/challenging-wank/</guid> - <description></description> - </item> - - <item> - <title>no-ragrets</title> - <link>https://memes.sapka.me/tags/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>forever-alone</title> - <link>https://memes.sapka.me/tags/forever-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/forever-alone/</guid> - <description></description> - </item> - - <item> - <title>orly</title> - <link>https://memes.sapka.me/tags/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.html deleted file mode 100644 index f4b57dc..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="lol-wut" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/lol-wut/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="lol-wut"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> lol-wut</h2> - - - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.xml deleted file mode 100644 index ec5be65..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>lol-wut on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/lol-wut/</link> - <description>Recent content in lol-wut on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:51:48 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/lol-wut/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.html deleted file mode 100644 index b7705e4..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="no-ragrets" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/no-ragrets/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="no-ragrets"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> no-ragrets</h2> - - - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.xml deleted file mode 100644 index 5554b23..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>no-ragrets on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/no-ragrets/</link> - <description>Recent content in no-ragrets on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:42:16 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/no-ragrets/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.html deleted file mode 100644 index 2ec4ca5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="nsfw" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/nsfw/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="nsfw"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> nsfw</h2> - - - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.xml deleted file mode 100644 index c73db29..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>nsfw on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/nsfw/</link> - <description>Recent content in nsfw on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:10:00 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/nsfw/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.html deleted file mode 100644 index 5de8e9a..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="orly" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/orly/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="orly"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> orly</h2> - - - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.xml deleted file mode 100644 index ec9ceb5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>orly on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/orly/</link> - <description>Recent content in orly on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:26:17 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/orly/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.html deleted file mode 100644 index b302d95..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="reaction" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/reaction/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="reaction"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - <h2> reaction</h2> - - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.xml deleted file mode 100644 index 15b2242..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>reaction on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/reaction/</link> - <description>Recent content in reaction on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:26:17 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/reaction/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.html deleted file mode 100644 index b69b2eb..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.html +++ /dev/null @@ -1,139 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="sfw" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/sfw/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="sfw"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> sfw</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.xml deleted file mode 100644 index 8663237..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.xml +++ /dev/null @@ -1,74 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>sfw on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/sfw/</link> - <description>Recent content in sfw on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/sfw/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.html deleted file mode 100644 index 1dd5bfd..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="shit-im-into-it" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/shit-im-into-it/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="shit-im-into-it"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> shit-im-into-it</h2> - - - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.xml deleted file mode 100644 index d66e8fd..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>shit-im-into-it on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/shit-im-into-it/</link> - <description>Recent content in shit-im-into-it on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:10:00 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/shit-im-into-it/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.html deleted file mode 100644 index 1b99ea0..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="wojak" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/wojak/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="wojak"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> wojak</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.xml deleted file mode 100644 index 1e40ca1..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>wojak on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/wojak/</link> - <description>Recent content in wojak on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/wojak/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png Binary files differdeleted file mode 100644 index 4000c4b..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it.jpg Binary files differdeleted file mode 100644 index f641b02..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it/index.html deleted file mode 100644 index d990a15..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Shit Im Into It" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/shit-im-into-it/" /> - <meta property="og:image" content="https://memes.sapka.me/shit-im-into-it.jpg" /> - - <meta name="twitter:title" content="Shit Im Into It"> - <meta name="twitter:image" content="https://memes.sapka.me/shit-im-into-it.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="nsfw, shit-im-into-it"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Shit Im Into It</h2> - - - - - -<img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg" width=790 height=809/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/nsfw"> Nsfw</a> · <a href="https://memes.sapka.me/tags/shit-im-into-it"> Shit-Im-Into-It</a></div> -<hr/> - -<div> <a class="prev-link" href="/30-year-old-boomer/"> ← Previous</a> <a class="next-link" href="/i-know-that-feel-bro/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 9026cf2..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e736e31..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/sitemap.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/sitemap.xml deleted file mode 100644 index 1704d61..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/sitemap.xml +++ /dev/null @@ -1,79 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" - xmlns:xhtml="http://www.w3.org/1999/xhtml"> - <url> - <loc>https://memes.sapka.me/i-know-that-feel-bro/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/i-know-that-feel-bro/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/sfw/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/wojak/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/nsfw/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/shit-im-into-it/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/shit-im-into-it/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/30-year-old-boomer/</loc> - <lastmod>2023-01-01T21:08:11+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/boomer/</loc> - <lastmod>2023-01-01T21:08:11+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/lol-wut/</loc> - <lastmod>2022-12-30T22:51:48+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/lol-wut/</loc> - <lastmod>2022-12-30T22:51:48+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/fuck-yea/</loc> - <lastmod>2022-12-30T22:48:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/fuck-yea/</loc> - <lastmod>2022-12-30T22:48:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/animated/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/challenging-wank/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/challenging-wank/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/no-ragrets/</loc> - <lastmod>2022-12-30T22:42:16+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/no-ragrets/</loc> - <lastmod>2022-12-30T22:42:16+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/forever-alone/</loc> - <lastmod>2022-12-29T10:03:52+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/forver-alone/</loc> - <lastmod>2022-12-29T10:03:52+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/</loc> - <lastmod>2022-12-28T23:42:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/orly/</loc> - <lastmod>2022-12-28T23:26:17+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/orly/</loc> - <lastmod>2022-12-28T23:26:17+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/categories/</loc> - </url> -</urlset> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/style.css b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/style.css deleted file mode 100644 index 4be1bf5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/style.css +++ /dev/null @@ -1,67 +0,0 @@ - - body { - background-color:#020202; - color: #f2f2f2; - font-family: 'arial'; - padding: 0; - margin: 0; - } - img { - max-width: 99%; - width: auto; - height: auto; - } - main { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - } - header { - background-color: #121212; - padding-left: 50px; - height:55px; - } - header div { - padding-top: 12px; - } - header img { - margin-top: 2px; - position: absolute; - left: 5px; - } - a { - text-decoration: none; - color: #f2f2f2; - } - h1 { - font-size: 1.5em; - display: inline; - } - h2 { - font-size: 1.1em; - } - h4 { - font-size: 1.1em; - } - article.list { - display: inline-block; - } - article.list img { - margin: auto; - display: block; - } - .next-link { - float: right; - } - footer { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - opacity: 0.5; - } - footer div { - text-align: center; - } - diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.html deleted file mode 100644 index f7c2700..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/alone/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="alone"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - <h2> alone</h2> - - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.xml deleted file mode 100644 index 7b415c8..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/alone/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>alone on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/alone/</link> - <description>Recent content in alone on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Thu, 29 Dec 2022 10:03:52 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/alone/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.html deleted file mode 100644 index b2acea3..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="animated" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/animated/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="animated"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> animated</h2> - - - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.xml deleted file mode 100644 index dc6ce03..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/animated/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>animated on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/animated/</link> - <description>Recent content in animated on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:45:23 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/animated/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.html deleted file mode 100644 index 5d796ea..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="boomer" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/boomer/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="boomer"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> boomer</h2> - - - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.xml deleted file mode 100644 index a6672db..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>boomer on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/boomer/</link> - <description>Recent content in boomer on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:08:11 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/boomer/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.html deleted file mode 100644 index 04290f3..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="challenging-wank" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/challenging-wank/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="challenging-wank"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> challenging-wank</h2> - - - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.xml deleted file mode 100644 index 2e46b85..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>challenging-wank on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/challenging-wank/</link> - <description>Recent content in challenging-wank on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:45:23 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/challenging-wank/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.html deleted file mode 100644 index a75d1da..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="forever-alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/forever-alone/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="forever-alone"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> forever-alone</h2> - - - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.xml deleted file mode 100644 index 73615c0..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>forever-alone on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/forever-alone/</link> - <description>Recent content in forever-alone on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Thu, 29 Dec 2022 10:03:52 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/forever-alone/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.html deleted file mode 100644 index 9aca527..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="fuck-yea" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/fuck-yea/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="fuck-yea"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> fuck-yea</h2> - - - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.xml deleted file mode 100644 index 313544f..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>fuck-yea on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/fuck-yea/</link> - <description>Recent content in fuck-yea on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:48:51 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/fuck-yea/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.html deleted file mode 100644 index a2795a8..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="i-know-that-feel-bro" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/i-know-that-feel-bro/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="i-know-that-feel-bro"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> i-know-that-feel-bro</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml deleted file mode 100644 index 3f45a8f..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>i-know-that-feel-bro on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/i-know-that-feel-bro/</link> - <description>Recent content in i-know-that-feel-bro on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/i-know-that-feel-bro/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.html deleted file mode 100644 index 2e6c5b1..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Tags" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="Tags"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Tags</h2> - - - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.xml deleted file mode 100644 index bf8f959..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/index.xml +++ /dev/null @@ -1,128 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Tags on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/</link> - <description>Recent content in Tags on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>i-know-that-feel-bro</title> - <link>https://memes.sapka.me/tags/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>sfw</title> - <link>https://memes.sapka.me/tags/sfw/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/sfw/</guid> - <description></description> - </item> - - <item> - <title>wojak</title> - <link>https://memes.sapka.me/tags/wojak/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/wojak/</guid> - <description></description> - </item> - - <item> - <title>nsfw</title> - <link>https://memes.sapka.me/tags/nsfw/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/nsfw/</guid> - <description></description> - </item> - - <item> - <title>shit-im-into-it</title> - <link>https://memes.sapka.me/tags/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>boomer</title> - <link>https://memes.sapka.me/tags/boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/boomer/</guid> - <description></description> - </item> - - <item> - <title>lol-wut</title> - <link>https://memes.sapka.me/tags/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>fuck-yea</title> - <link>https://memes.sapka.me/tags/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>animated</title> - <link>https://memes.sapka.me/tags/animated/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/animated/</guid> - <description></description> - </item> - - <item> - <title>challenging-wank</title> - <link>https://memes.sapka.me/tags/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/challenging-wank/</guid> - <description></description> - </item> - - <item> - <title>no-ragrets</title> - <link>https://memes.sapka.me/tags/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>forever-alone</title> - <link>https://memes.sapka.me/tags/forever-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/forever-alone/</guid> - <description></description> - </item> - - <item> - <title>orly</title> - <link>https://memes.sapka.me/tags/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.html deleted file mode 100644 index f4b57dc..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="lol-wut" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/lol-wut/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="lol-wut"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> lol-wut</h2> - - - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.xml deleted file mode 100644 index ec5be65..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>lol-wut on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/lol-wut/</link> - <description>Recent content in lol-wut on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:51:48 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/lol-wut/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.html deleted file mode 100644 index b7705e4..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="no-ragrets" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/no-ragrets/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="no-ragrets"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> no-ragrets</h2> - - - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.xml deleted file mode 100644 index 5554b23..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>no-ragrets on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/no-ragrets/</link> - <description>Recent content in no-ragrets on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:42:16 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/no-ragrets/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.html deleted file mode 100644 index 2ec4ca5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="nsfw" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/nsfw/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="nsfw"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> nsfw</h2> - - - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.xml deleted file mode 100644 index c73db29..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>nsfw on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/nsfw/</link> - <description>Recent content in nsfw on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:10:00 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/nsfw/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.html deleted file mode 100644 index 5de8e9a..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="orly" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/orly/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="orly"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> orly</h2> - - - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.xml deleted file mode 100644 index ec9ceb5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/orly/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>orly on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/orly/</link> - <description>Recent content in orly on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:26:17 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/orly/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.html deleted file mode 100644 index b302d95..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="reaction" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/reaction/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="reaction"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - <h2> reaction</h2> - - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.xml deleted file mode 100644 index 15b2242..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>reaction on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/reaction/</link> - <description>Recent content in reaction on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:26:17 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/reaction/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.html deleted file mode 100644 index b69b2eb..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.html +++ /dev/null @@ -1,139 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="sfw" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/sfw/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="sfw"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> sfw</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.xml deleted file mode 100644 index 8663237..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.xml +++ /dev/null @@ -1,74 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>sfw on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/sfw/</link> - <description>Recent content in sfw on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/sfw/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.html deleted file mode 100644 index 1dd5bfd..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="shit-im-into-it" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/shit-im-into-it/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="shit-im-into-it"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> shit-im-into-it</h2> - - - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.xml deleted file mode 100644 index d66e8fd..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>shit-im-into-it on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/shit-im-into-it/</link> - <description>Recent content in shit-im-into-it on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:10:00 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/shit-im-into-it/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.html b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.html deleted file mode 100644 index 1b99ea0..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="wojak" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/wojak/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="wojak"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> wojak</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.xml b/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.xml deleted file mode 100644 index 1e40ca1..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>wojak on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/wojak/</link> - <description>Recent content in wojak on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/wojak/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png b/public/root@143.42.27.127/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png Binary files differdeleted file mode 100644 index 4000c4b..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/shit-im-into-it.jpg b/public/root@143.42.27.127/root@143.42.27.127/shit-im-into-it.jpg Binary files differdeleted file mode 100644 index f641b02..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/shit-im-into-it.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/shit-im-into-it/index.html b/public/root@143.42.27.127/root@143.42.27.127/shit-im-into-it/index.html deleted file mode 100644 index d990a15..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/shit-im-into-it/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Shit Im Into It" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/shit-im-into-it/" /> - <meta property="og:image" content="https://memes.sapka.me/shit-im-into-it.jpg" /> - - <meta name="twitter:title" content="Shit Im Into It"> - <meta name="twitter:image" content="https://memes.sapka.me/shit-im-into-it.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="nsfw, shit-im-into-it"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Shit Im Into It</h2> - - - - - -<img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg" width=790 height=809/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/nsfw"> Nsfw</a> · <a href="https://memes.sapka.me/tags/shit-im-into-it"> Shit-Im-Into-It</a></div> -<hr/> - -<div> <a class="prev-link" href="/30-year-old-boomer/"> ← Previous</a> <a class="next-link" href="/i-know-that-feel-bro/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 9026cf2..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e736e31..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/root@143.42.27.127/sitemap.xml b/public/root@143.42.27.127/root@143.42.27.127/sitemap.xml deleted file mode 100644 index 1704d61..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/sitemap.xml +++ /dev/null @@ -1,79 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" - xmlns:xhtml="http://www.w3.org/1999/xhtml"> - <url> - <loc>https://memes.sapka.me/i-know-that-feel-bro/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/i-know-that-feel-bro/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/sfw/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/wojak/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/nsfw/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/shit-im-into-it/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/shit-im-into-it/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/30-year-old-boomer/</loc> - <lastmod>2023-01-01T21:08:11+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/boomer/</loc> - <lastmod>2023-01-01T21:08:11+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/lol-wut/</loc> - <lastmod>2022-12-30T22:51:48+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/lol-wut/</loc> - <lastmod>2022-12-30T22:51:48+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/fuck-yea/</loc> - <lastmod>2022-12-30T22:48:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/fuck-yea/</loc> - <lastmod>2022-12-30T22:48:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/animated/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/challenging-wank/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/challenging-wank/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/no-ragrets/</loc> - <lastmod>2022-12-30T22:42:16+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/no-ragrets/</loc> - <lastmod>2022-12-30T22:42:16+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/forever-alone/</loc> - <lastmod>2022-12-29T10:03:52+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/forver-alone/</loc> - <lastmod>2022-12-29T10:03:52+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/</loc> - <lastmod>2022-12-28T23:42:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/orly/</loc> - <lastmod>2022-12-28T23:26:17+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/orly/</loc> - <lastmod>2022-12-28T23:26:17+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/categories/</loc> - </url> -</urlset> diff --git a/public/root@143.42.27.127/root@143.42.27.127/style.css b/public/root@143.42.27.127/root@143.42.27.127/style.css deleted file mode 100644 index 4be1bf5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/style.css +++ /dev/null @@ -1,67 +0,0 @@ - - body { - background-color:#020202; - color: #f2f2f2; - font-family: 'arial'; - padding: 0; - margin: 0; - } - img { - max-width: 99%; - width: auto; - height: auto; - } - main { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - } - header { - background-color: #121212; - padding-left: 50px; - height:55px; - } - header div { - padding-top: 12px; - } - header img { - margin-top: 2px; - position: absolute; - left: 5px; - } - a { - text-decoration: none; - color: #f2f2f2; - } - h1 { - font-size: 1.5em; - display: inline; - } - h2 { - font-size: 1.1em; - } - h4 { - font-size: 1.1em; - } - article.list { - display: inline-block; - } - article.list img { - margin: auto; - display: block; - } - .next-link { - float: right; - } - footer { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - opacity: 0.5; - } - footer div { - text-align: center; - } - diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/alone/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/alone/index.html deleted file mode 100644 index f7c2700..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/alone/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/alone/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="alone"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - <h2> alone</h2> - - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/alone/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/alone/index.xml deleted file mode 100644 index 7b415c8..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/alone/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>alone on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/alone/</link> - <description>Recent content in alone on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Thu, 29 Dec 2022 10:03:52 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/alone/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/animated/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/animated/index.html deleted file mode 100644 index b2acea3..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/animated/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="animated" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/animated/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="animated"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> animated</h2> - - - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/animated/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/animated/index.xml deleted file mode 100644 index dc6ce03..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/animated/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>animated on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/animated/</link> - <description>Recent content in animated on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:45:23 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/animated/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.html deleted file mode 100644 index 5d796ea..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="boomer" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/boomer/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="boomer"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> boomer</h2> - - - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.xml deleted file mode 100644 index a6672db..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/boomer/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>boomer on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/boomer/</link> - <description>Recent content in boomer on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:08:11 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/boomer/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.html deleted file mode 100644 index 04290f3..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="challenging-wank" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/challenging-wank/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="challenging-wank"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> challenging-wank</h2> - - - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.xml deleted file mode 100644 index 2e46b85..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/challenging-wank/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>challenging-wank on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/challenging-wank/</link> - <description>Recent content in challenging-wank on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:45:23 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/challenging-wank/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.html deleted file mode 100644 index a75d1da..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="forever-alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/forever-alone/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="forever-alone"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> forever-alone</h2> - - - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.xml deleted file mode 100644 index 73615c0..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/forever-alone/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>forever-alone on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/forever-alone/</link> - <description>Recent content in forever-alone on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Thu, 29 Dec 2022 10:03:52 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/forever-alone/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.html deleted file mode 100644 index 9aca527..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="fuck-yea" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/fuck-yea/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="fuck-yea"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> fuck-yea</h2> - - - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.xml deleted file mode 100644 index 313544f..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/fuck-yea/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>fuck-yea on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/fuck-yea/</link> - <description>Recent content in fuck-yea on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:48:51 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/fuck-yea/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.html deleted file mode 100644 index a2795a8..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="i-know-that-feel-bro" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/i-know-that-feel-bro/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="i-know-that-feel-bro"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> i-know-that-feel-bro</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml deleted file mode 100644 index 3f45a8f..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>i-know-that-feel-bro on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/i-know-that-feel-bro/</link> - <description>Recent content in i-know-that-feel-bro on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/i-know-that-feel-bro/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/index.html deleted file mode 100644 index 2e6c5b1..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/index.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Tags" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="Tags"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Tags</h2> - - - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/index.xml deleted file mode 100644 index bf8f959..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/index.xml +++ /dev/null @@ -1,128 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Tags on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/</link> - <description>Recent content in Tags on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>i-know-that-feel-bro</title> - <link>https://memes.sapka.me/tags/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>sfw</title> - <link>https://memes.sapka.me/tags/sfw/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/sfw/</guid> - <description></description> - </item> - - <item> - <title>wojak</title> - <link>https://memes.sapka.me/tags/wojak/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/wojak/</guid> - <description></description> - </item> - - <item> - <title>nsfw</title> - <link>https://memes.sapka.me/tags/nsfw/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/nsfw/</guid> - <description></description> - </item> - - <item> - <title>shit-im-into-it</title> - <link>https://memes.sapka.me/tags/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>boomer</title> - <link>https://memes.sapka.me/tags/boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/boomer/</guid> - <description></description> - </item> - - <item> - <title>lol-wut</title> - <link>https://memes.sapka.me/tags/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>fuck-yea</title> - <link>https://memes.sapka.me/tags/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>animated</title> - <link>https://memes.sapka.me/tags/animated/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/animated/</guid> - <description></description> - </item> - - <item> - <title>challenging-wank</title> - <link>https://memes.sapka.me/tags/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/challenging-wank/</guid> - <description></description> - </item> - - <item> - <title>no-ragrets</title> - <link>https://memes.sapka.me/tags/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>forever-alone</title> - <link>https://memes.sapka.me/tags/forever-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/forever-alone/</guid> - <description></description> - </item> - - <item> - <title>orly</title> - <link>https://memes.sapka.me/tags/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.html deleted file mode 100644 index f4b57dc..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="lol-wut" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/lol-wut/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="lol-wut"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> lol-wut</h2> - - - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.xml deleted file mode 100644 index ec5be65..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/lol-wut/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>lol-wut on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/lol-wut/</link> - <description>Recent content in lol-wut on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:51:48 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/lol-wut/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.html deleted file mode 100644 index b7705e4..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="no-ragrets" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/no-ragrets/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="no-ragrets"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> no-ragrets</h2> - - - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.xml deleted file mode 100644 index 5554b23..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/no-ragrets/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>no-ragrets on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/no-ragrets/</link> - <description>Recent content in no-ragrets on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:42:16 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/no-ragrets/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.html deleted file mode 100644 index 2ec4ca5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="nsfw" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/nsfw/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="nsfw"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> nsfw</h2> - - - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.xml deleted file mode 100644 index c73db29..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/nsfw/index.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>nsfw on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/nsfw/</link> - <description>Recent content in nsfw on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:10:00 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/nsfw/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/orly/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/orly/index.html deleted file mode 100644 index 5de8e9a..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/orly/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="orly" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/orly/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="orly"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> orly</h2> - - - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/orly/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/orly/index.xml deleted file mode 100644 index ec9ceb5..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/orly/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>orly on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/orly/</link> - <description>Recent content in orly on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:26:17 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/orly/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.html deleted file mode 100644 index b302d95..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="reaction" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/reaction/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="reaction"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - <h2> reaction</h2> - - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.xml deleted file mode 100644 index 15b2242..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/reaction/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>reaction on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/reaction/</link> - <description>Recent content in reaction on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:26:17 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/reaction/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.html deleted file mode 100644 index b69b2eb..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.html +++ /dev/null @@ -1,139 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="sfw" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/sfw/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="sfw"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> sfw</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.xml deleted file mode 100644 index 8663237..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/sfw/index.xml +++ /dev/null @@ -1,74 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>sfw on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/sfw/</link> - <description>Recent content in sfw on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/sfw/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.html deleted file mode 100644 index 1dd5bfd..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="shit-im-into-it" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/shit-im-into-it/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="shit-im-into-it"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> shit-im-into-it</h2> - - - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.xml deleted file mode 100644 index d66e8fd..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/shit-im-into-it/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>shit-im-into-it on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/shit-im-into-it/</link> - <description>Recent content in shit-im-into-it on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:10:00 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/shit-im-into-it/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.html b/public/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.html deleted file mode 100644 index 1b99ea0..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="wojak" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/wojak/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="wojak"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> wojak</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.xml b/public/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.xml deleted file mode 100644 index 1e40ca1..0000000 --- a/public/root@143.42.27.127/root@143.42.27.127/tags/wojak/index.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>wojak on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/wojak/</link> - <description>Recent content in wojak on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/wojak/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png b/public/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png Binary files differdeleted file mode 100644 index 4000c4b..0000000 --- a/public/root@143.42.27.127/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png +++ /dev/null diff --git a/public/root@143.42.27.127/shit-im-into-it.jpg b/public/root@143.42.27.127/shit-im-into-it.jpg Binary files differdeleted file mode 100644 index f641b02..0000000 --- a/public/root@143.42.27.127/shit-im-into-it.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/shit-im-into-it/index.html b/public/root@143.42.27.127/shit-im-into-it/index.html deleted file mode 100644 index d990a15..0000000 --- a/public/root@143.42.27.127/shit-im-into-it/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Shit Im Into It" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/shit-im-into-it/" /> - <meta property="og:image" content="https://memes.sapka.me/shit-im-into-it.jpg" /> - - <meta name="twitter:title" content="Shit Im Into It"> - <meta name="twitter:image" content="https://memes.sapka.me/shit-im-into-it.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="nsfw, shit-im-into-it"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Shit Im Into It</h2> - - - - - -<img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg" width=790 height=809/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/nsfw"> Nsfw</a> · <a href="https://memes.sapka.me/tags/shit-im-into-it"> Shit-Im-Into-It</a></div> -<hr/> - -<div> <a class="prev-link" href="/30-year-old-boomer/"> ← Previous</a> <a class="next-link" href="/i-know-that-feel-bro/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg b/public/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 9026cf2..0000000 --- a/public/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg b/public/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e736e31..0000000 --- a/public/root@143.42.27.127/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/root@143.42.27.127/sitemap.xml b/public/root@143.42.27.127/sitemap.xml deleted file mode 100644 index 1704d61..0000000 --- a/public/root@143.42.27.127/sitemap.xml +++ /dev/null @@ -1,79 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" - xmlns:xhtml="http://www.w3.org/1999/xhtml"> - <url> - <loc>https://memes.sapka.me/i-know-that-feel-bro/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/i-know-that-feel-bro/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/sfw/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/wojak/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/nsfw/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/shit-im-into-it/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/shit-im-into-it/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/30-year-old-boomer/</loc> - <lastmod>2023-01-01T21:08:11+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/boomer/</loc> - <lastmod>2023-01-01T21:08:11+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/lol-wut/</loc> - <lastmod>2022-12-30T22:51:48+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/lol-wut/</loc> - <lastmod>2022-12-30T22:51:48+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/fuck-yea/</loc> - <lastmod>2022-12-30T22:48:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/fuck-yea/</loc> - <lastmod>2022-12-30T22:48:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/animated/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/challenging-wank/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/challenging-wank/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/no-ragrets/</loc> - <lastmod>2022-12-30T22:42:16+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/no-ragrets/</loc> - <lastmod>2022-12-30T22:42:16+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/forever-alone/</loc> - <lastmod>2022-12-29T10:03:52+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/forver-alone/</loc> - <lastmod>2022-12-29T10:03:52+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/</loc> - <lastmod>2022-12-28T23:42:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/orly/</loc> - <lastmod>2022-12-28T23:26:17+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/orly/</loc> - <lastmod>2022-12-28T23:26:17+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/categories/</loc> - </url> -</urlset> diff --git a/public/root@143.42.27.127/style.css b/public/root@143.42.27.127/style.css deleted file mode 100644 index 4be1bf5..0000000 --- a/public/root@143.42.27.127/style.css +++ /dev/null @@ -1,67 +0,0 @@ - - body { - background-color:#020202; - color: #f2f2f2; - font-family: 'arial'; - padding: 0; - margin: 0; - } - img { - max-width: 99%; - width: auto; - height: auto; - } - main { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - } - header { - background-color: #121212; - padding-left: 50px; - height:55px; - } - header div { - padding-top: 12px; - } - header img { - margin-top: 2px; - position: absolute; - left: 5px; - } - a { - text-decoration: none; - color: #f2f2f2; - } - h1 { - font-size: 1.5em; - display: inline; - } - h2 { - font-size: 1.1em; - } - h4 { - font-size: 1.1em; - } - article.list { - display: inline-block; - } - article.list img { - margin: auto; - display: block; - } - .next-link { - float: right; - } - footer { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - opacity: 0.5; - } - footer div { - text-align: center; - } - diff --git a/public/root@143.42.27.127/tags/alone/index.html b/public/root@143.42.27.127/tags/alone/index.html deleted file mode 100644 index f7c2700..0000000 --- a/public/root@143.42.27.127/tags/alone/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/alone/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="alone"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - <h2> alone</h2> - - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/alone/index.xml b/public/root@143.42.27.127/tags/alone/index.xml deleted file mode 100644 index 7b415c8..0000000 --- a/public/root@143.42.27.127/tags/alone/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>alone on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/alone/</link> - <description>Recent content in alone on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Thu, 29 Dec 2022 10:03:52 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/alone/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/animated/index.html b/public/root@143.42.27.127/tags/animated/index.html deleted file mode 100644 index b2acea3..0000000 --- a/public/root@143.42.27.127/tags/animated/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="animated" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/animated/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="animated"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> animated</h2> - - - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/animated/index.xml b/public/root@143.42.27.127/tags/animated/index.xml deleted file mode 100644 index dc6ce03..0000000 --- a/public/root@143.42.27.127/tags/animated/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>animated on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/animated/</link> - <description>Recent content in animated on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:45:23 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/animated/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/boomer/index.html b/public/root@143.42.27.127/tags/boomer/index.html deleted file mode 100644 index 5d796ea..0000000 --- a/public/root@143.42.27.127/tags/boomer/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="boomer" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/boomer/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="boomer"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> boomer</h2> - - - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/boomer/index.xml b/public/root@143.42.27.127/tags/boomer/index.xml deleted file mode 100644 index a6672db..0000000 --- a/public/root@143.42.27.127/tags/boomer/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>boomer on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/boomer/</link> - <description>Recent content in boomer on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:08:11 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/boomer/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/challenging-wank/index.html b/public/root@143.42.27.127/tags/challenging-wank/index.html deleted file mode 100644 index 04290f3..0000000 --- a/public/root@143.42.27.127/tags/challenging-wank/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="challenging-wank" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/challenging-wank/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="challenging-wank"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> challenging-wank</h2> - - - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/challenging-wank/index.xml b/public/root@143.42.27.127/tags/challenging-wank/index.xml deleted file mode 100644 index 2e46b85..0000000 --- a/public/root@143.42.27.127/tags/challenging-wank/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>challenging-wank on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/challenging-wank/</link> - <description>Recent content in challenging-wank on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:45:23 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/challenging-wank/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/forever-alone/index.html b/public/root@143.42.27.127/tags/forever-alone/index.html deleted file mode 100644 index a75d1da..0000000 --- a/public/root@143.42.27.127/tags/forever-alone/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="forever-alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/forever-alone/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="forever-alone"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> forever-alone</h2> - - - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/forever-alone/index.xml b/public/root@143.42.27.127/tags/forever-alone/index.xml deleted file mode 100644 index 73615c0..0000000 --- a/public/root@143.42.27.127/tags/forever-alone/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>forever-alone on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/forever-alone/</link> - <description>Recent content in forever-alone on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Thu, 29 Dec 2022 10:03:52 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/forever-alone/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/fuck-yea/index.html b/public/root@143.42.27.127/tags/fuck-yea/index.html deleted file mode 100644 index 9aca527..0000000 --- a/public/root@143.42.27.127/tags/fuck-yea/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="fuck-yea" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/fuck-yea/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="fuck-yea"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> fuck-yea</h2> - - - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/fuck-yea/index.xml b/public/root@143.42.27.127/tags/fuck-yea/index.xml deleted file mode 100644 index 313544f..0000000 --- a/public/root@143.42.27.127/tags/fuck-yea/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>fuck-yea on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/fuck-yea/</link> - <description>Recent content in fuck-yea on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:48:51 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/fuck-yea/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/i-know-that-feel-bro/index.html b/public/root@143.42.27.127/tags/i-know-that-feel-bro/index.html deleted file mode 100644 index a2795a8..0000000 --- a/public/root@143.42.27.127/tags/i-know-that-feel-bro/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="i-know-that-feel-bro" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/i-know-that-feel-bro/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="i-know-that-feel-bro"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> i-know-that-feel-bro</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml b/public/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml deleted file mode 100644 index 3f45a8f..0000000 --- a/public/root@143.42.27.127/tags/i-know-that-feel-bro/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>i-know-that-feel-bro on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/i-know-that-feel-bro/</link> - <description>Recent content in i-know-that-feel-bro on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/i-know-that-feel-bro/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/index.html b/public/root@143.42.27.127/tags/index.html deleted file mode 100644 index 2e6c5b1..0000000 --- a/public/root@143.42.27.127/tags/index.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Tags" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="Tags"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Tags</h2> - - - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/index.xml b/public/root@143.42.27.127/tags/index.xml deleted file mode 100644 index bf8f959..0000000 --- a/public/root@143.42.27.127/tags/index.xml +++ /dev/null @@ -1,128 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Tags on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/</link> - <description>Recent content in Tags on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>i-know-that-feel-bro</title> - <link>https://memes.sapka.me/tags/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>sfw</title> - <link>https://memes.sapka.me/tags/sfw/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/sfw/</guid> - <description></description> - </item> - - <item> - <title>wojak</title> - <link>https://memes.sapka.me/tags/wojak/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/wojak/</guid> - <description></description> - </item> - - <item> - <title>nsfw</title> - <link>https://memes.sapka.me/tags/nsfw/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/nsfw/</guid> - <description></description> - </item> - - <item> - <title>shit-im-into-it</title> - <link>https://memes.sapka.me/tags/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>boomer</title> - <link>https://memes.sapka.me/tags/boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/boomer/</guid> - <description></description> - </item> - - <item> - <title>lol-wut</title> - <link>https://memes.sapka.me/tags/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>fuck-yea</title> - <link>https://memes.sapka.me/tags/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>animated</title> - <link>https://memes.sapka.me/tags/animated/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/animated/</guid> - <description></description> - </item> - - <item> - <title>challenging-wank</title> - <link>https://memes.sapka.me/tags/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/challenging-wank/</guid> - <description></description> - </item> - - <item> - <title>no-ragrets</title> - <link>https://memes.sapka.me/tags/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>forever-alone</title> - <link>https://memes.sapka.me/tags/forever-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/forever-alone/</guid> - <description></description> - </item> - - <item> - <title>orly</title> - <link>https://memes.sapka.me/tags/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/lol-wut/index.html b/public/root@143.42.27.127/tags/lol-wut/index.html deleted file mode 100644 index f4b57dc..0000000 --- a/public/root@143.42.27.127/tags/lol-wut/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="lol-wut" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/lol-wut/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="lol-wut"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> lol-wut</h2> - - - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/lol-wut/index.xml b/public/root@143.42.27.127/tags/lol-wut/index.xml deleted file mode 100644 index ec5be65..0000000 --- a/public/root@143.42.27.127/tags/lol-wut/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>lol-wut on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/lol-wut/</link> - <description>Recent content in lol-wut on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:51:48 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/lol-wut/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/no-ragrets/index.html b/public/root@143.42.27.127/tags/no-ragrets/index.html deleted file mode 100644 index b7705e4..0000000 --- a/public/root@143.42.27.127/tags/no-ragrets/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="no-ragrets" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/no-ragrets/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="no-ragrets"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> no-ragrets</h2> - - - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/no-ragrets/index.xml b/public/root@143.42.27.127/tags/no-ragrets/index.xml deleted file mode 100644 index 5554b23..0000000 --- a/public/root@143.42.27.127/tags/no-ragrets/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>no-ragrets on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/no-ragrets/</link> - <description>Recent content in no-ragrets on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:42:16 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/no-ragrets/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/nsfw/index.html b/public/root@143.42.27.127/tags/nsfw/index.html deleted file mode 100644 index 2ec4ca5..0000000 --- a/public/root@143.42.27.127/tags/nsfw/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="nsfw" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/nsfw/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="nsfw"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> nsfw</h2> - - - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/nsfw/index.xml b/public/root@143.42.27.127/tags/nsfw/index.xml deleted file mode 100644 index c73db29..0000000 --- a/public/root@143.42.27.127/tags/nsfw/index.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>nsfw on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/nsfw/</link> - <description>Recent content in nsfw on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:10:00 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/nsfw/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/orly/index.html b/public/root@143.42.27.127/tags/orly/index.html deleted file mode 100644 index 5de8e9a..0000000 --- a/public/root@143.42.27.127/tags/orly/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="orly" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/orly/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="orly"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> orly</h2> - - - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/orly/index.xml b/public/root@143.42.27.127/tags/orly/index.xml deleted file mode 100644 index ec9ceb5..0000000 --- a/public/root@143.42.27.127/tags/orly/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>orly on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/orly/</link> - <description>Recent content in orly on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:26:17 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/orly/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/reaction/index.html b/public/root@143.42.27.127/tags/reaction/index.html deleted file mode 100644 index b302d95..0000000 --- a/public/root@143.42.27.127/tags/reaction/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="reaction" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/reaction/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="reaction"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - <h2> reaction</h2> - - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/reaction/index.xml b/public/root@143.42.27.127/tags/reaction/index.xml deleted file mode 100644 index 15b2242..0000000 --- a/public/root@143.42.27.127/tags/reaction/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>reaction on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/reaction/</link> - <description>Recent content in reaction on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:26:17 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/reaction/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/sfw/index.html b/public/root@143.42.27.127/tags/sfw/index.html deleted file mode 100644 index b69b2eb..0000000 --- a/public/root@143.42.27.127/tags/sfw/index.html +++ /dev/null @@ -1,139 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="sfw" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/sfw/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="sfw"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> sfw</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/sfw/index.xml b/public/root@143.42.27.127/tags/sfw/index.xml deleted file mode 100644 index 8663237..0000000 --- a/public/root@143.42.27.127/tags/sfw/index.xml +++ /dev/null @@ -1,74 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>sfw on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/sfw/</link> - <description>Recent content in sfw on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/sfw/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/shit-im-into-it/index.html b/public/root@143.42.27.127/tags/shit-im-into-it/index.html deleted file mode 100644 index 1dd5bfd..0000000 --- a/public/root@143.42.27.127/tags/shit-im-into-it/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="shit-im-into-it" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/shit-im-into-it/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="shit-im-into-it"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> shit-im-into-it</h2> - - - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/shit-im-into-it/index.xml b/public/root@143.42.27.127/tags/shit-im-into-it/index.xml deleted file mode 100644 index d66e8fd..0000000 --- a/public/root@143.42.27.127/tags/shit-im-into-it/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>shit-im-into-it on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/shit-im-into-it/</link> - <description>Recent content in shit-im-into-it on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:10:00 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/shit-im-into-it/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/root@143.42.27.127/tags/wojak/index.html b/public/root@143.42.27.127/tags/wojak/index.html deleted file mode 100644 index 1b99ea0..0000000 --- a/public/root@143.42.27.127/tags/wojak/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="wojak" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/wojak/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="wojak"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> wojak</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/root@143.42.27.127/tags/wojak/index.xml b/public/root@143.42.27.127/tags/wojak/index.xml deleted file mode 100644 index 1e40ca1..0000000 --- a/public/root@143.42.27.127/tags/wojak/index.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>wojak on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/wojak/</link> - <description>Recent content in wojak on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/wojak/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png b/public/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png Binary files differdeleted file mode 100644 index 4000c4b..0000000 --- a/public/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png +++ /dev/null diff --git a/public/shit-im-into-it.jpg b/public/shit-im-into-it.jpg Binary files differdeleted file mode 100644 index f641b02..0000000 --- a/public/shit-im-into-it.jpg +++ /dev/null diff --git a/public/shit-im-into-it/index.html b/public/shit-im-into-it/index.html deleted file mode 100644 index d990a15..0000000 --- a/public/shit-im-into-it/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Shit Im Into It" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/shit-im-into-it/" /> - <meta property="og:image" content="https://memes.sapka.me/shit-im-into-it.jpg" /> - - <meta name="twitter:title" content="Shit Im Into It"> - <meta name="twitter:image" content="https://memes.sapka.me/shit-im-into-it.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="nsfw, shit-im-into-it"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Shit Im Into It</h2> - - - - - -<img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg" width=790 height=809/><BR/> -<hr/> -added on January 1, 2023 with tags:<a href="https://memes.sapka.me/tags/nsfw"> Nsfw</a> · <a href="https://memes.sapka.me/tags/shit-im-into-it"> Shit-Im-Into-It</a></div> -<hr/> - -<div> <a class="prev-link" href="/30-year-old-boomer/"> ← Previous</a> <a class="next-link" href="/i-know-that-feel-bro/">Next →</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg b/public/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 9026cf2..0000000 --- a/public/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg b/public/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e736e31..0000000 --- a/public/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index 818527a..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" - xmlns:xhtml="http://www.w3.org/1999/xhtml"> - <url> - <loc>https://memes.sapka.me/tags/sfw/</loc> - <lastmod>2023-01-02T22:08:38+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/</loc> - <lastmod>2023-01-02T22:08:38+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/the-risk-was-calculated/</loc> - <lastmod>2023-01-02T22:08:38+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/the-risk-was-calculated/</loc> - <lastmod>2023-01-02T22:08:38+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/i-know-that-feel-bro/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/i-know-that-feel-bro/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/wojak/</loc> - <lastmod>2023-01-01T21:12:10+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/nsfw/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/shit-im-into-it/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/shit-im-into-it/</loc> - <lastmod>2023-01-01T21:10:00+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/30-year-old-boomer/</loc> - <lastmod>2023-01-01T21:08:11+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/boomer/</loc> - <lastmod>2023-01-01T21:08:11+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/lol-wut/</loc> - <lastmod>2022-12-30T22:51:48+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/lol-wut/</loc> - <lastmod>2022-12-30T22:51:48+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/fuck-yea/</loc> - <lastmod>2022-12-30T22:48:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/fuck-yea/</loc> - <lastmod>2022-12-30T22:48:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/animated/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/challenging-wank/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/challenging-wank/</loc> - <lastmod>2022-12-30T22:45:23+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/no-ragrets/</loc> - <lastmod>2022-12-30T22:42:16+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/no-ragrets/</loc> - <lastmod>2022-12-30T22:42:16+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/forever-alone/</loc> - <lastmod>2022-12-29T10:03:52+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/forver-alone/</loc> - <lastmod>2022-12-29T10:03:52+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/</loc> - <lastmod>2022-12-28T23:42:51+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/orly/</loc> - <lastmod>2022-12-28T23:26:17+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/tags/orly/</loc> - <lastmod>2022-12-28T23:26:17+01:00</lastmod> - </url><url> - <loc>https://memes.sapka.me/categories/</loc> - </url> -</urlset> diff --git a/public/style.css b/public/style.css deleted file mode 100644 index 4be1bf5..0000000 --- a/public/style.css +++ /dev/null @@ -1,67 +0,0 @@ - - body { - background-color:#020202; - color: #f2f2f2; - font-family: 'arial'; - padding: 0; - margin: 0; - } - img { - max-width: 99%; - width: auto; - height: auto; - } - main { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - } - header { - background-color: #121212; - padding-left: 50px; - height:55px; - } - header div { - padding-top: 12px; - } - header img { - margin-top: 2px; - position: absolute; - left: 5px; - } - a { - text-decoration: none; - color: #f2f2f2; - } - h1 { - font-size: 1.5em; - display: inline; - } - h2 { - font-size: 1.1em; - } - h4 { - font-size: 1.1em; - } - article.list { - display: inline-block; - } - article.list img { - margin: auto; - display: block; - } - .next-link { - float: right; - } - footer { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - opacity: 0.5; - } - footer div { - text-align: center; - } - diff --git a/public/tags/alone/index.html b/public/tags/alone/index.html deleted file mode 100644 index f7c2700..0000000 --- a/public/tags/alone/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/alone/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="alone"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - <h2> alone</h2> - - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/alone/index.xml b/public/tags/alone/index.xml deleted file mode 100644 index 7b415c8..0000000 --- a/public/tags/alone/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>alone on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/alone/</link> - <description>Recent content in alone on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Thu, 29 Dec 2022 10:03:52 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/alone/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/animated/index.html b/public/tags/animated/index.html deleted file mode 100644 index b2acea3..0000000 --- a/public/tags/animated/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="animated" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/animated/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="animated"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> animated</h2> - - - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/animated/index.xml b/public/tags/animated/index.xml deleted file mode 100644 index dc6ce03..0000000 --- a/public/tags/animated/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>animated on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/animated/</link> - <description>Recent content in animated on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:45:23 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/animated/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/boomer/index.html b/public/tags/boomer/index.html deleted file mode 100644 index 5d796ea..0000000 --- a/public/tags/boomer/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="boomer" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/boomer/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="boomer"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> boomer</h2> - - - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/boomer/index.xml b/public/tags/boomer/index.xml deleted file mode 100644 index a6672db..0000000 --- a/public/tags/boomer/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>boomer on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/boomer/</link> - <description>Recent content in boomer on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:08:11 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/boomer/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/challenging-wank/index.html b/public/tags/challenging-wank/index.html deleted file mode 100644 index 04290f3..0000000 --- a/public/tags/challenging-wank/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="challenging-wank" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/challenging-wank/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="challenging-wank"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> challenging-wank</h2> - - - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/challenging-wank/index.xml b/public/tags/challenging-wank/index.xml deleted file mode 100644 index 2e46b85..0000000 --- a/public/tags/challenging-wank/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>challenging-wank on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/challenging-wank/</link> - <description>Recent content in challenging-wank on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:45:23 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/challenging-wank/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/forever-alone/index.html b/public/tags/forever-alone/index.html deleted file mode 100644 index a75d1da..0000000 --- a/public/tags/forever-alone/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="forever-alone" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/forever-alone/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="forever-alone"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> forever-alone</h2> - - - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/forever-alone/index.xml b/public/tags/forever-alone/index.xml deleted file mode 100644 index 73615c0..0000000 --- a/public/tags/forever-alone/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>forever-alone on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/forever-alone/</link> - <description>Recent content in forever-alone on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Thu, 29 Dec 2022 10:03:52 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/forever-alone/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/fuck-yea/index.html b/public/tags/fuck-yea/index.html deleted file mode 100644 index 9aca527..0000000 --- a/public/tags/fuck-yea/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="fuck-yea" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/fuck-yea/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="fuck-yea"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> fuck-yea</h2> - - - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/fuck-yea/index.xml b/public/tags/fuck-yea/index.xml deleted file mode 100644 index 313544f..0000000 --- a/public/tags/fuck-yea/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>fuck-yea on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/fuck-yea/</link> - <description>Recent content in fuck-yea on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:48:51 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/fuck-yea/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/i-know-that-feel-bro/index.html b/public/tags/i-know-that-feel-bro/index.html deleted file mode 100644 index a2795a8..0000000 --- a/public/tags/i-know-that-feel-bro/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="i-know-that-feel-bro" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/i-know-that-feel-bro/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="i-know-that-feel-bro"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> i-know-that-feel-bro</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/i-know-that-feel-bro/index.xml b/public/tags/i-know-that-feel-bro/index.xml deleted file mode 100644 index 3f45a8f..0000000 --- a/public/tags/i-know-that-feel-bro/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>i-know-that-feel-bro on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/i-know-that-feel-bro/</link> - <description>Recent content in i-know-that-feel-bro on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/i-know-that-feel-bro/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/index.html b/public/tags/index.html deleted file mode 100644 index 2e6c5b1..0000000 --- a/public/tags/index.html +++ /dev/null @@ -1,76 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="Tags" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="Tags"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> Tags</h2> - - - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index 8931ff7..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,137 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>Tags on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/</link> - <description>Recent content in Tags on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Mon, 02 Jan 2023 22:08:38 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>sfw</title> - <link>https://memes.sapka.me/tags/sfw/</link> - <pubDate>Mon, 02 Jan 2023 22:08:38 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/sfw/</guid> - <description></description> - </item> - - <item> - <title>the-risk-was-calculated</title> - <link>https://memes.sapka.me/tags/the-risk-was-calculated/</link> - <pubDate>Mon, 02 Jan 2023 22:08:38 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/the-risk-was-calculated/</guid> - <description></description> - </item> - - <item> - <title>i-know-that-feel-bro</title> - <link>https://memes.sapka.me/tags/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>wojak</title> - <link>https://memes.sapka.me/tags/wojak/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/wojak/</guid> - <description></description> - </item> - - <item> - <title>nsfw</title> - <link>https://memes.sapka.me/tags/nsfw/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/nsfw/</guid> - <description></description> - </item> - - <item> - <title>shit-im-into-it</title> - <link>https://memes.sapka.me/tags/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>boomer</title> - <link>https://memes.sapka.me/tags/boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/boomer/</guid> - <description></description> - </item> - - <item> - <title>lol-wut</title> - <link>https://memes.sapka.me/tags/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>fuck-yea</title> - <link>https://memes.sapka.me/tags/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>animated</title> - <link>https://memes.sapka.me/tags/animated/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/animated/</guid> - <description></description> - </item> - - <item> - <title>challenging-wank</title> - <link>https://memes.sapka.me/tags/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/challenging-wank/</guid> - <description></description> - </item> - - <item> - <title>no-ragrets</title> - <link>https://memes.sapka.me/tags/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>forever-alone</title> - <link>https://memes.sapka.me/tags/forever-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/forever-alone/</guid> - <description></description> - </item> - - <item> - <title>orly</title> - <link>https://memes.sapka.me/tags/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/tags/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/lol-wut/index.html b/public/tags/lol-wut/index.html deleted file mode 100644 index f4b57dc..0000000 --- a/public/tags/lol-wut/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="lol-wut" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/lol-wut/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="lol-wut"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> lol-wut</h2> - - - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/lol-wut/index.xml b/public/tags/lol-wut/index.xml deleted file mode 100644 index ec5be65..0000000 --- a/public/tags/lol-wut/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>lol-wut on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/lol-wut/</link> - <description>Recent content in lol-wut on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:51:48 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/lol-wut/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/no-ragrets/index.html b/public/tags/no-ragrets/index.html deleted file mode 100644 index b7705e4..0000000 --- a/public/tags/no-ragrets/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="no-ragrets" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/no-ragrets/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="no-ragrets"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> no-ragrets</h2> - - - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/no-ragrets/index.xml b/public/tags/no-ragrets/index.xml deleted file mode 100644 index 5554b23..0000000 --- a/public/tags/no-ragrets/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>no-ragrets on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/no-ragrets/</link> - <description>Recent content in no-ragrets on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Fri, 30 Dec 2022 22:42:16 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/no-ragrets/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/nsfw/index.html b/public/tags/nsfw/index.html deleted file mode 100644 index 2ec4ca5..0000000 --- a/public/tags/nsfw/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="nsfw" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/nsfw/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="nsfw"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> nsfw</h2> - - - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - <article class="list"> - <a href="/challenging-wank/"> - - - - <img alt="Challenging Wank" src="https://memes.sapka.me/challenging-wank_hu81731d0d6f9e756a9b05d994c212a4e9_2861233_350x0_resize_box.gif" width=350 height=350/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/nsfw/index.xml b/public/tags/nsfw/index.xml deleted file mode 100644 index c73db29..0000000 --- a/public/tags/nsfw/index.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>nsfw on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/nsfw/</link> - <description>Recent content in nsfw on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:10:00 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/nsfw/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - <item> - <title>Challenging Wank</title> - <link>https://memes.sapka.me/challenging-wank/</link> - <pubDate>Fri, 30 Dec 2022 22:45:23 +0100</pubDate> - - <guid>https://memes.sapka.me/challenging-wank/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/orly/index.html b/public/tags/orly/index.html deleted file mode 100644 index 5de8e9a..0000000 --- a/public/tags/orly/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="orly" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/orly/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="orly"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> orly</h2> - - - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/orly/index.xml b/public/tags/orly/index.xml deleted file mode 100644 index ec9ceb5..0000000 --- a/public/tags/orly/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>orly on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/orly/</link> - <description>Recent content in orly on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:26:17 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/orly/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/reaction/index.html b/public/tags/reaction/index.html deleted file mode 100644 index b302d95..0000000 --- a/public/tags/reaction/index.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="reaction" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/reaction/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="reaction"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - <h2> reaction</h2> - - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/reaction/index.xml b/public/tags/reaction/index.xml deleted file mode 100644 index 15b2242..0000000 --- a/public/tags/reaction/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>reaction on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/reaction/</link> - <description>Recent content in reaction on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Wed, 28 Dec 2022 23:26:17 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/reaction/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/sfw/index.html b/public/tags/sfw/index.html deleted file mode 100644 index 7ad0097..0000000 --- a/public/tags/sfw/index.html +++ /dev/null @@ -1,148 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="sfw" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/sfw/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="sfw"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> sfw</h2> - - - - <article class="list"> - <a href="/the-risk-was-calculated/"> - - - - <img alt="The Risk Was Calculated" src="https://memes.sapka.me/the-risk-was-calculated_hu87d1a91cbb2d18fab72bbcc9357de40f_35687_350x0_resize_q75_box.jpg" width=350 height=247/> - </a> - </article> - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - <article class="list"> - <a href="/lol-wut/"> - - - - <img alt="Lol Wut" src="https://memes.sapka.me/lol-wut_hu7612b2df18c35165c2a453d4e6910a66_42192_350x0_resize_q75_box.jpg" width=350 height=390/> - </a> - </article> - - <article class="list"> - <a href="/fuck-yea/"> - - - - <img alt="Fuck Yea" src="https://memes.sapka.me/fuck-yea_hu8eeb32328371dd312b05df46a0130975_74403_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - <article class="list"> - <a href="/no-ragrets/"> - - - - <img alt="No Ragrets" src="https://memes.sapka.me/no-ragrets_hub319c264a1744e88e8e8b7bb8bbf6313_35147_350x0_resize_q75_box.jpg" width=350 height=265/> - </a> - </article> - - <article class="list"> - <a href="/forver-alone/"> - - - - <img alt="Forver Alone" src="https://memes.sapka.me/forever-alone_hu56897781db0843ac61a9409d8cf0fed1_78902_350x0_resize_q75_box.jpg" width=350 height=350/> - </a> - </article> - - <article class="list"> - <a href="/orly/"> - - - - <img alt="Orly" src="https://memes.sapka.me/orly_hu4ab5330843bc6be32869cd74da450d29_79346_350x0_resize_q75_box.jpg" width=350 height=197/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/sfw/index.xml b/public/tags/sfw/index.xml deleted file mode 100644 index d549633..0000000 --- a/public/tags/sfw/index.xml +++ /dev/null @@ -1,83 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>sfw on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/sfw/</link> - <description>Recent content in sfw on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Mon, 02 Jan 2023 22:08:38 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/sfw/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>The Risk Was Calculated</title> - <link>https://memes.sapka.me/the-risk-was-calculated/</link> - <pubDate>Mon, 02 Jan 2023 22:08:38 +0100</pubDate> - - <guid>https://memes.sapka.me/the-risk-was-calculated/</guid> - <description></description> - </item> - - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - <item> - <title>Lol Wut</title> - <link>https://memes.sapka.me/lol-wut/</link> - <pubDate>Fri, 30 Dec 2022 22:51:48 +0100</pubDate> - - <guid>https://memes.sapka.me/lol-wut/</guid> - <description></description> - </item> - - <item> - <title>Fuck Yea</title> - <link>https://memes.sapka.me/fuck-yea/</link> - <pubDate>Fri, 30 Dec 2022 22:48:51 +0100</pubDate> - - <guid>https://memes.sapka.me/fuck-yea/</guid> - <description></description> - </item> - - <item> - <title>No Ragrets</title> - <link>https://memes.sapka.me/no-ragrets/</link> - <pubDate>Fri, 30 Dec 2022 22:42:16 +0100</pubDate> - - <guid>https://memes.sapka.me/no-ragrets/</guid> - <description></description> - </item> - - <item> - <title>Forver Alone</title> - <link>https://memes.sapka.me/forver-alone/</link> - <pubDate>Thu, 29 Dec 2022 10:03:52 +0100</pubDate> - - <guid>https://memes.sapka.me/forver-alone/</guid> - <description></description> - </item> - - <item> - <title>Orly</title> - <link>https://memes.sapka.me/orly/</link> - <pubDate>Wed, 28 Dec 2022 23:26:17 +0100</pubDate> - - <guid>https://memes.sapka.me/orly/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/shit-im-into-it/index.html b/public/tags/shit-im-into-it/index.html deleted file mode 100644 index 1dd5bfd..0000000 --- a/public/tags/shit-im-into-it/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="shit-im-into-it" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/shit-im-into-it/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="shit-im-into-it"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> shit-im-into-it</h2> - - - - <article class="list"> - <a href="/shit-im-into-it/"> - - - - <img alt="Shit Im Into It" src="https://memes.sapka.me/shit-im-into-it_hu618780d19be7768f547cf7684259d0ee_47017_350x0_resize_q75_box.jpg" width=350 height=358/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/shit-im-into-it/index.xml b/public/tags/shit-im-into-it/index.xml deleted file mode 100644 index d66e8fd..0000000 --- a/public/tags/shit-im-into-it/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>shit-im-into-it on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/shit-im-into-it/</link> - <description>Recent content in shit-im-into-it on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:10:00 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/shit-im-into-it/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>Shit Im Into It</title> - <link>https://memes.sapka.me/shit-im-into-it/</link> - <pubDate>Sun, 01 Jan 2023 21:10:00 +0100</pubDate> - - <guid>https://memes.sapka.me/shit-im-into-it/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/the-risk-was-calculated/index.html b/public/tags/the-risk-was-calculated/index.html deleted file mode 100644 index f90edda..0000000 --- a/public/tags/the-risk-was-calculated/index.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="the-risk-was-calculated" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/the-risk-was-calculated/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="the-risk-was-calculated"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> the-risk-was-calculated</h2> - - - - <article class="list"> - <a href="/the-risk-was-calculated/"> - - - - <img alt="The Risk Was Calculated" src="https://memes.sapka.me/the-risk-was-calculated_hu87d1a91cbb2d18fab72bbcc9357de40f_35687_350x0_resize_q75_box.jpg" width=350 height=247/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/the-risk-was-calculated/index.xml b/public/tags/the-risk-was-calculated/index.xml deleted file mode 100644 index 554f380..0000000 --- a/public/tags/the-risk-was-calculated/index.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>the-risk-was-calculated on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/the-risk-was-calculated/</link> - <description>Recent content in the-risk-was-calculated on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Mon, 02 Jan 2023 22:08:38 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/the-risk-was-calculated/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>The Risk Was Calculated</title> - <link>https://memes.sapka.me/the-risk-was-calculated/</link> - <pubDate>Mon, 02 Jan 2023 22:08:38 +0100</pubDate> - - <guid>https://memes.sapka.me/the-risk-was-calculated/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/tags/wojak/index.html b/public/tags/wojak/index.html deleted file mode 100644 index 1b99ea0..0000000 --- a/public/tags/wojak/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="wojak" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/tags/wojak/" /> - <meta property="og:image" content="https://memes.sapka.me/logo.png" /> - - <meta name="twitter:title" content="wojak"> - <meta name="twitter:image" content="https://memes.sapka.me/logo.png"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> wojak</h2> - - - - <article class="list"> - <a href="/i-know-that-feel-bro/"> - - - - <img alt="I Know That Feel Bro" src="https://memes.sapka.me/i-know-that-feel-bro_hu5f1eba121c0eedeef425f1d98b4cb7f8_32104_350x0_resize_box_3.png" width=350 height=323/> - </a> - </article> - - <article class="list"> - <a href="/30-year-old-boomer/"> - - - - <img alt="30 Year Old Boomer" src="https://memes.sapka.me/30-year-old-boomer_hud5cdc46af395258da0f1e2cbeee8b51a_27119_350x0_resize_q75_box.jpg" width=350 height=210/> - </a> - </article> - - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/tags/wojak/index.xml b/public/tags/wojak/index.xml deleted file mode 100644 index 1e40ca1..0000000 --- a/public/tags/wojak/index.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>wojak on Michal's based meme collection</title> - <link>https://memes.sapka.me/tags/wojak/</link> - <description>Recent content in wojak on Michal's based meme collection</description> - <generator>Hugo -- gohugo.io</generator> - <language>en-us</language> - <lastBuildDate>Sun, 01 Jan 2023 21:12:10 +0100</lastBuildDate><atom:link href="https://memes.sapka.me/tags/wojak/index.xml" rel="self" type="application/rss+xml" /> - <item> - <title>I Know That Feel Bro</title> - <link>https://memes.sapka.me/i-know-that-feel-bro/</link> - <pubDate>Sun, 01 Jan 2023 21:12:10 +0100</pubDate> - - <guid>https://memes.sapka.me/i-know-that-feel-bro/</guid> - <description></description> - </item> - - <item> - <title>30 Year Old Boomer</title> - <link>https://memes.sapka.me/30-year-old-boomer/</link> - <pubDate>Sun, 01 Jan 2023 21:08:11 +0100</pubDate> - - <guid>https://memes.sapka.me/30-year-old-boomer/</guid> - <description></description> - </item> - - </channel> -</rss> diff --git a/public/the-risk-was-calculated.jpg b/public/the-risk-was-calculated.jpg Binary files differdeleted file mode 100644 index be9931d..0000000 --- a/public/the-risk-was-calculated.jpg +++ /dev/null diff --git a/public/the-risk-was-calculated/index.html b/public/the-risk-was-calculated/index.html deleted file mode 100644 index 15d325f..0000000 --- a/public/the-risk-was-calculated/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE html> -<HTML lang="en"> - <HEAD> - <META charset="utf-8"> - <TITLE> - Michal's based meme collection - </TITLE> - <link rel='stylesheet' type='text/css' href='/style.css'> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" sizes="180x180" href="https://memes.sapka.me/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://memes.sapka.me/icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="https://memes.sapka.me/icons/favicon-16x16.png"> - - <meta property="og:title" content="The Risk Was Calculated" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://memes.sapka.me/the-risk-was-calculated/" /> - <meta property="og:image" content="https://memes.sapka.me/the-risk-was-calculated.jpg" /> - - <meta name="twitter:title" content="The Risk Was Calculated"> - <meta name="twitter:image" content="https://memes.sapka.me/the-risk-was-calculated.jpg"> - <meta name="twitter:card" content="summary_large_image"> - - <link rel="canonical" href="https://memes.sapka.me"> - <link rel='alternate' type='application/rss+xml' title="Michal's based meme collection RSS" href='/index.xml'> - <meta name="robots" content="index, follow"> - <meta name="keywords" content="sfw, the-risk-was-calculated"> - </HEAD> - <BODY> - - <HEADER> - - - <a href="/"> - <img alt="logo" src="https://memes.sapka.me/logo_hu854d4979f24f44fb1730c3fab6c9ef4f_4533_0x45_resize_box_3.png" width=45 height=45/> - <div> - <h1>Michal's based meme collection</h1> - (because giphy sucks) - </div> - </a> - </HEADER> - - <MAIN> - - <h2> The Risk Was Calculated</h2> - - - - - -<img alt="The Risk Was Calculated" src="https://memes.sapka.me/the-risk-was-calculated_hu87d1a91cbb2d18fab72bbcc9357de40f_35687_790x0_resize_q75_box.jpg" width=790 height=558/><BR/> -<hr/> -added on January 2, 2023 with tags:<a href="https://memes.sapka.me/tags/sfw"> Sfw</a> · <a href="https://memes.sapka.me/tags/the-risk-was-calculated"> The-Risk-Was-Calculated</a></div> -<hr/> - -<div> <a class="prev-link" href="/i-know-that-feel-bro/"> ← Previous</a> </div> - - </MAIN> - - - <FOOTER> - <ASIDE> - <BR> - Terms and conditions - <OL> - <li> I don't care who you are so I won't track you. - <li> I have stolen all those memes so I have no rights to them. - <li> You will not kill my server. - </OL> - </ASIDE> - <div> - Created by <a href="https://sapka.me" target="_blank">Michal</a> - <BR> - <BR> - <a href="/index.xml"> - - - <img alt="rss" src="https://memes.sapka.me/rss_hu3825b2cd5f1de2cefb2d2452c4fa574e_240532_0x25_resize_box_3.png" width=25 height=25/> - </a> - </div> - - </FOOTER> - - </BODY> -</HTML> diff --git a/public/the-risk-was-calculated_hu87d1a91cbb2d18fab72bbcc9357de40f_35687_350x0_resize_q75_box.jpg b/public/the-risk-was-calculated_hu87d1a91cbb2d18fab72bbcc9357de40f_35687_350x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index 83077ac..0000000 --- a/public/the-risk-was-calculated_hu87d1a91cbb2d18fab72bbcc9357de40f_35687_350x0_resize_q75_box.jpg +++ /dev/null diff --git a/public/the-risk-was-calculated_hu87d1a91cbb2d18fab72bbcc9357de40f_35687_790x0_resize_q75_box.jpg b/public/the-risk-was-calculated_hu87d1a91cbb2d18fab72bbcc9357de40f_35687_790x0_resize_q75_box.jpg Binary files differdeleted file mode 100644 index e12e815..0000000 --- a/public/the-risk-was-calculated_hu87d1a91cbb2d18fab72bbcc9357de40f_35687_790x0_resize_q75_box.jpg +++ /dev/null diff --git a/static/style.css b/static/style.css index 4be1bf5..07ebd99 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,5 @@ body { - background-color:#020202; - color: #f2f2f2; font-family: 'arial'; padding: 0; margin: 0; @@ -11,57 +9,17 @@ width: auto; height: auto; } - main { + main, header, footer { width: 800px; max-width: 95%; margin-left: auto; margin-right: auto; } - header { - background-color: #121212; - padding-left: 50px; - height:55px; - } - header div { - padding-top: 12px; - } - header img { - margin-top: 2px; - position: absolute; - left: 5px; - } - a { - text-decoration: none; - color: #f2f2f2; - } - h1 { - font-size: 1.5em; - display: inline; - } - h2 { - font-size: 1.1em; - } - h4 { - font-size: 1.1em; - } - article.list { - display: inline-block; - } - article.list img { - margin: auto; - display: block; - } - .next-link { - float: right; - } footer { - width: 800px; - max-width: 95%; - margin-left: auto; - margin-right: auto; - opacity: 0.5; - } - footer div { text-align: center; + padding: 10px 0 10px 0; + font-size: 0.5em; + } + article { + margin-bottom: 20px; } - |