mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 12:59:28 +00:00
12 lines
355 B
HTML
12 lines
355 B
HTML
|
{% extends "layout.html" %}
|
||
|
{% block title %}Pwnizard, I Choose You! - Flash Animations{% endblock %}
|
||
|
{% block content %}
|
||
|
|
||
|
<h1>Pwnizard, I Choose You!</h1>
|
||
|
|
||
|
<embed src="/creativity/flash/pwnizard.swf" width="480" height="320"
|
||
|
autoplay="true" loop="true" hidden="false" quality="high"><p>
|
||
|
|
||
|
« <a href="/flash">More Flash Animations</a>
|
||
|
|
||
|
{% endblock %}
|