aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-12-30-wap-mobile-web-before-the-web.md
diff options
context:
space:
mode:
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.md4
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
30Let's take a look at these beauties. 30Let's take a look at these beauties.
31 31
32![Old phones](/wap/phones.gif) 32![Old phones](/assets/wap/phones.gif)
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
147Because 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. 147Because 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
151If you are using Nginx to serve the contents, add a directive to the hosts file that will automatically server `index.wml` file. 151If you are using Nginx to serve the contents, add a directive to the hosts file that will automatically server `index.wml` file.
152 152