Skip to content

Instantly share code, notes, and snippets.

@EsalRider
Last active September 23, 2018 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EsalRider/bf3735d65b6cc308c6bc43623bc281a0 to your computer and use it in GitHub Desktop.
Save EsalRider/bf3735d65b6cc308c6bc43623bc281a0 to your computer and use it in GitHub Desktop.
Flash Embedder for Trials in Tainted Space
<!DOCTYPE html>
<html>
<head>
<title>Trials in Tainted Space</title>
<style>
html, body, embed { width: 100%; height: 100%; margin: 0; padding: 0; }
</style>
</head>
<body>
<embed src="TiTS.swf">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment