mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 12:59:28 +00:00
22 lines
411 B
Plaintext
22 lines
411 B
Plaintext
|
{{ define "title" }}AiChaos Warners - Flash Animations{{ end }}
|
||
|
{{ define "content" }}
|
||
|
|
||
|
<h1>AiChaos Warners</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/warners.swf", "swfObject",
|
||
|
550, 400,
|
||
|
"10.0.0"
|
||
|
);
|
||
|
</script>
|
||
|
|
||
|
|
||
|
« <a href="/flash">More Flash Animations</a>
|
||
|
|
||
|
{{ end }}
|