31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>                                                                                                                                                           
 | 
						|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr" dir="ltr">
 | 
						|
  <head>
 | 
						|
    <title>Tetastock</title>
 | 
						|
    <meta name="viewport" content="initial-scale=1.0">
 | 
						|
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 | 
						|
    <link rel="stylesheet" type="text/css" href="/static/style/style.css" />
 | 
						|
    <script type="text/javascript" src="/static/scripts/tetalab.js"></script>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div class='main_wrapper'>
 | 
						|
      <div class='center'>
 | 
						|
        <div class='banner' title='Tetastock'>
 | 
						|
          Tetastock
 | 
						|
        </div>
 | 
						|
        <div class='top_menu'>
 | 
						|
          <span class='top_menu_item' onclick='javascript:document.location="/";'>Retour</span>
 | 
						|
        </div>
 | 
						|
        <div class='content_wrapper'>
 | 
						|
          <div class='error'>
 | 
						|
            404
 | 
						|
          </div>
 | 
						|
        </div>
 | 
						|
        <div class='footer'>
 | 
						|
          Tetalab - Le Hacker Space Toulousain Putaing' Cong' -
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
  </body>
 | 
						|
</html>
 |