mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
no SSL
This commit is contained in:
parent
3b237e80c5
commit
0ef2c818d0
@ -293,7 +293,7 @@ src="http://static1.robohash.com/static/img/indented_star.png" width="27" height
|
||||
<!-- start of content section -->
|
||||
<div class="content_section">
|
||||
|
||||
<p>By appending ?set=set2 to our URL, we are able to generate a whole slew of Random monsters. Here are 5 we picked out for you. </p>
|
||||
<p>By appending ?set=set2 to our Image's URLs, we are able to generate a whole slew of Random monsters. Here are 5 we picked out for you. </p>
|
||||
|
||||
<ul class="gallery">
|
||||
{% set c1 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set2" %}
|
||||
@ -322,7 +322,7 @@ src="http://static1.robohash.com/static/img/indented_star.png" width="27" height
|
||||
<!-- start of content section -->
|
||||
<div class="content_section">
|
||||
|
||||
<p>By appending ?set=set3 to our URL, we get back to robots. New, suave, disembodied heads. That's sexy. Like a robot. </p>
|
||||
<p>By appending ?set=set3 to our URLs, we get back to robots. New, suave, disembodied heads. That's sexy. Like a robot. </p>
|
||||
|
||||
<ul class="gallery">
|
||||
{% set c1 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set3" %}
|
||||
@ -388,7 +388,7 @@ src="http://static1.robohash.com/static/img/indented_star.png" width="27" height
|
||||
<div class="benefit_right">
|
||||
|
||||
<span class="benefit_header">Styles of Robot</span>
|
||||
<p>Want a JPG instead? Fine. Want it over HTTPS? FINE! Want it as a bitmap? I think you're nutty. But fine. Just change the URL to request in any format you want.</p>
|
||||
<p>Want a JPG instead? Fine. PNG? Fine. Want it as a bitmap? I think you're nutty. But fine. Just change the URL to request in any format you want.</p>
|
||||
|
||||
</div><!-- end of benefit right -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user