mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 04:49:29 +00:00
21 lines
427 B
Plaintext
21 lines
427 B
Plaintext
{{ define "title" }}Pwnizard, I Choose You! - Flash Animations{{ end }}
|
|
{{ define "content" }}
|
|
|
|
<h1>Pwnizard, I Choose You!</h1>
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
|
|
|
|
<div id="swfObject"></div>
|
|
<br><br>
|
|
|
|
<script>
|
|
swfobject.embedSWF("/creativity/flash/pwnizard.swf", "swfObject",
|
|
550, 400,
|
|
"10.0.0"
|
|
);
|
|
</script>
|
|
|
|
« <a href="/flash">More Flash Animations</a>
|
|
|
|
{{ end }}
|