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