38 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
  <head>
 | 
						|
    <meta charset="utf-8"/>
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
						|
    <link rel="stylesheet" type="text/css" href="css/transbeam.css"/>
 | 
						|
    <link rel="apple-touch-icon" href="images/site-icons/transbeam-apple.png"/>
 | 
						|
    <link rel="manifest" href="manifest.json"/>
 | 
						|
    <script src="js/download.js"></script>
 | 
						|
    <title>transbeam</title>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div id="header">
 | 
						|
      <a href="./">
 | 
						|
      <img src="images/site-icons/transbeam.svg" height="128">
 | 
						|
      <h1>transbeam</h1>
 | 
						|
      </a>
 | 
						|
    </div>
 | 
						|
    <div id="download" class="section">
 | 
						|
      <h3>The download code you entered wasn't found. The download may have expired.</h3>
 | 
						|
      <form id="download_form" action="download" method="get">
 | 
						|
        <div>
 | 
						|
          <label>
 | 
						|
            <input type="text" id="download_code_input" name="code" placeholder="Download code"/>
 | 
						|
          </label>
 | 
						|
        </div>
 | 
						|
        <input id="download_button" type="submit" value="Download"/>
 | 
						|
      </form>
 | 
						|
    </div>
 | 
						|
    <div class="section">
 | 
						|
      <a href="./"><h3>< Back</h3></a>
 | 
						|
    </div>
 | 
						|
    <div id="footer">
 | 
						|
      <h5>(c) 2022 xenofem, MIT licensed</h5>
 | 
						|
      <h5><a target="_blank" href="https://git.xeno.science/xenofem/transbeam">source</a></h5>
 | 
						|
    </div>
 | 
						|
  </body>
 | 
						|
</html>
 |