mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-15 00:19:25 +01:00
pages/photos: access imgur with https.
I think this fails.
This commit is contained in:
parent
0dd6aeb26f
commit
bedb8f6c6b
@ -10,11 +10,11 @@ Photos of me embedded from imgur
|
||||
<body>
|
||||
<hr/>
|
||||
<h2 id="selfies">Selfies</h2>
|
||||
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/8b4EY/embed"></iframe>
|
||||
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/8b4EY/embed"></iframe>
|
||||
|
||||
<hr/>
|
||||
<h2 id="taken-by-others">Taken by others</h2>
|
||||
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/pfCvJ/embed"></iframe>
|
||||
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/pfCvJ/embed"></iframe>
|
||||
<hr/>
|
||||
|
||||
|
||||
|
@ -13,12 +13,12 @@
|
||||
<body>
|
||||
<hr/>
|
||||
## Selfies
|
||||
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/8b4EY/embed"></iframe>
|
||||
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/8b4EY/embed"></iframe>
|
||||
|
||||
<hr/>
|
||||
## Taken by others
|
||||
|
||||
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/pfCvJ/embed"></iframe>
|
||||
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/pfCvJ/embed"></iframe>
|
||||
<hr/>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user