Source Code for Me (s-c.me)

Allows you to paste souce code to blogs! Adapted for Twitter! Here is Search Form in case you missed your code.
Code:
Selected Language:
Show Linenumbers:
Short link for Twitter:
HTML:

HTML view:

Copy Source | Copy HTML
  1. <html><body>
  2.     <div id="container">
  3.         <iframe src="http://google.com/" id="frame1"></iframe>
  4.         <iframe src="http://microsoft.com/"></iframe>
  5.         <iframe src="http://habrahabr.ru/"></iframe>
  6.     </div>
  7.     <div><a href="http://google.com/">Test link</a></div>
  8.  
  9.     <script type="text/javascript">
  10.         document.getElementById("container").appendChild(document.getElementById("frame1"));
  11.     </script>
  12. </body></html>




Based on Manoli.Net's CodeFormatter. Made by Topbot (c) 2008-2012