diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 05:39:44 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 05:39:44 +0200 |
| commit | 70baaeb4e78d12c329a03e929fd30d41730ed2b1 (patch) | |
| tree | 74e0b2998455894762b6910ef4008d43f5dc9366 /content/posts/2021-12-30-wap-mobile-web-before-the-web.md | |
| parent | b1d9aefd2a9fa0074f8d18fa2410cdd53d4c8de6 (diff) | |
| download | mitjafelicijan.com-70baaeb4e78d12c329a03e929fd30d41730ed2b1.tar.gz | |
Moved statis assets and converted all CSS to Tailwind
Diffstat (limited to 'content/posts/2021-12-30-wap-mobile-web-before-the-web.md')
| -rw-r--r-- | content/posts/2021-12-30-wap-mobile-web-before-the-web.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2021-12-30-wap-mobile-web-before-the-web.md b/content/posts/2021-12-30-wap-mobile-web-before-the-web.md index e5f6714..49a7116 100644 --- a/content/posts/2021-12-30-wap-mobile-web-before-the-web.md +++ b/content/posts/2021-12-30-wap-mobile-web-before-the-web.md | |||
| @@ -29,7 +29,7 @@ These phones were rocking: | |||
| 29 | 29 | ||
| 30 | Let's take a look at these beauties. | 30 | Let's take a look at these beauties. |
| 31 | 31 | ||
| 32 |  | 32 |  |
| 33 | 33 | ||
| 34 | ## WAP - Wireless Application Protocol | 34 | ## WAP - Wireless Application Protocol |
| 35 | 35 | ||
| @@ -146,7 +146,7 @@ If you look at the python file, I convert all the images into tiny B&W images. T | |||
| 146 | 146 | ||
| 147 | Because I currently don't have a phone old enough to test it on, I used an emulator. And it was really hard to find one. I found [WAP Proof](http://wap-proof.sharewarejunction.com/) on shareware junction, and it did the job well enough. I will try to find and actual device to test it on. | 147 | Because I currently don't have a phone old enough to test it on, I used an emulator. And it was really hard to find one. I found [WAP Proof](http://wap-proof.sharewarejunction.com/) on shareware junction, and it did the job well enough. I will try to find and actual device to test it on. |
| 148 | 148 | ||
| 149 | <video src="/wap/emulator.mp4" controls></video> | 149 | <video src="/assets/wap/emulator.mp4" controls></video> |
| 150 | 150 | ||
| 151 | If you are using Nginx to serve the contents, add a directive to the hosts file that will automatically server `index.wml` file. | 151 | If you are using Nginx to serve the contents, add a directive to the hosts file that will automatically server `index.wml` file. |
| 152 | 152 | ||
