mirror of https://github.com/dirtbags/moth.git
Add a fifth logo
This commit is contained in:
parent
3100f34914
commit
f4d45155cd
|
@ -1,6 +1,6 @@
|
|||
FROM neale/eris
|
||||
|
||||
RUN apk --no-cache add lua5.2 lua5.3
|
||||
RUN apk --no-cache add lua5.1 lua5.2 lua5.3
|
||||
RUN ln -s lua5.2 /usr/bin/lua
|
||||
|
||||
# Install MOTH. This could be less obtuse.
|
||||
|
|
|
@ -92,6 +92,7 @@ window.addEventListener("load", init);
|
|||
<img src="images/logo1.png" alt="">
|
||||
<img src="images/logo2.png" alt="">
|
||||
<img src="images/logo3.png" alt="">
|
||||
<img src="images/logo4.png" alt="">
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 144 B |
|
@ -71,6 +71,7 @@
|
|||
<img src="images/logo1.png" alt="">
|
||||
<img src="images/logo2.png" alt="">
|
||||
<img src="images/logo3.png" alt="">
|
||||
<img src="images/logo4.png" alt="">
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
<img src="images/logo1.png" alt="">
|
||||
<img src="images/logo2.png" alt="">
|
||||
<img src="images/logo3.png" alt="">
|
||||
<img src="images/logo4.png" alt="">
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -118,6 +118,7 @@
|
|||
<img src="images/logo1.png" alt="">
|
||||
<img src="images/logo2.png" alt="">
|
||||
<img src="images/logo3.png" alt="">
|
||||
<img src="images/logo4.png" alt="">
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue