mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 04:49:29 +00:00
15 lines
366 B
HTML
15 lines
366 B
HTML
{% extends "layout.html" %}
|
|
{% block title %}Pwnizard, I Choose You! - Flash Animations{% endblock %}
|
|
{% block content %}
|
|
|
|
<h1>Pwnizard, I Choose You!</h1>
|
|
|
|
{% set swf_path="/creativity/flash/pwnizard.swf" %}
|
|
{% set swf_width=480 %}
|
|
{% set swf_height=320 %}
|
|
{% include "flash/flash-common.html" %}
|
|
|
|
« <a href="/flash">More Flash Animations</a>
|
|
|
|
{% endblock %}
|