Guest User

Untitled

a guest
Nov 2nd, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.73 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
  4.  
  5.    
  6.     </head>
  7.  
  8.     <body>
  9.         <center>
  10.             <h1>Enter the asm file content:</h1>
  11.             <form method="POST" action= "/send">
  12.                 <textarea type="text" name="code" height="500"></textarea>
  13.                 <input class="btn btn-primary" type="submit" value="submit">
  14.             </form>
  15.            
  16.             <h3>Your errors are: </h3>
  17.             <p>{% autoescape false %} {{  ERRS  }} {% endautoescape %}</p>
  18.         </center>
  19.        
  20.     </body>
  21.  
  22. </html>
Add Comment
Please, Sign In to add comment