diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2015-05-31 01:51:31 +0200 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2015-05-31 01:51:31 +0200 |
| commit | ec92fca8c030fe5971a034a658033f70965b990a (patch) | |
| tree | ef9a2049eeab539d13e1f9662fd51220ab4ee817 /doc-src/tutorials/gamecenter.html | |
| parent | 0f8e8ee1ad667c8d747d5876f9b630ecbc01d7e9 (diff) | |
| parent | a05a70d8168a07c92b2a3ecbbb1958d85532efe3 (diff) | |
| download | mitmproxy-ec92fca8c030fe5971a034a658033f70965b990a.tar.gz mitmproxy-ec92fca8c030fe5971a034a658033f70965b990a.tar.bz2 mitmproxy-ec92fca8c030fe5971a034a658033f70965b990a.zip | |
Merge branch 'master' of github.com:mitmproxy/mitmproxy
Diffstat (limited to 'doc-src/tutorials/gamecenter.html')
| -rw-r--r-- | doc-src/tutorials/gamecenter.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc-src/tutorials/gamecenter.html b/doc-src/tutorials/gamecenter.html index 15380c20..af11b5bb 100644 --- a/doc-src/tutorials/gamecenter.html +++ b/doc-src/tutorials/gamecenter.html @@ -15,14 +15,14 @@ Worm](http://itunes.apple.com/us/app/super-mega-worm/id388541990?mt=8) - a great little retro-apocalyptic sidescroller for the iPhone: <center> - <img src="@!urlTo('tutorials/supermega.png')!@"/> + <img class="img-responsive" src="@!urlTo('tutorials/supermega.png')!@"/> </center> After finishing a game (take your time), watch the traffic flowing through mitmproxy: <center> - <img src="@!urlTo('tutorials/one.png')!@"/> + <img class="img-responsive" src="@!urlTo('tutorials/one.png')!@"/> </center> We see a bunch of things we might expect - initialisation, the retrieval of @@ -97,7 +97,7 @@ replay. ## The glorious result and some intrigue <center> - <img src="@!urlTo('tutorials/leaderboard.png')!@"/> + <img class="img-responsive" src="@!urlTo('tutorials/leaderboard.png')!@"/> </center> And that's it - according to the records, I am the greatest Super Mega Worm |
