mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 04:49:29 +00:00
12 lines
338 B
HTML
12 lines
338 B
HTML
{% extends "layout.html" %}
|
|
{% block title %}AiChaos Warners - Flash Animations{% endblock %}
|
|
{% block content %}
|
|
|
|
<h1>AiChaos Warners</h1>
|
|
|
|
<embed src="/creativity/flash/warners.swf" width="550" height="400"
|
|
autoplay="true" loop="true" hidden="false" quality="high"><p>
|
|
|
|
« <a href="/flash">More Flash Animations</a>
|
|
|
|
{% endblock %} |