- Fixed UI (wallet) reseed wallet button styling/footer. - Fixed (wallet page) coin icon sizes. - Added BSX version in footer (unlock). - Added version (Global for all pages) in render_template (http_server.py). - Added (BSX) in title (header/unlock/error/info). - Fixed dots dark/light mode (footer). - Added UX lock Rate / Amount Variable / Rate Variable discriptions (offer_new_1).
		
			
				
	
	
		
			13 lines
		
	
	
		
			321 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			321 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
  <meta charset="UTF-8">
 | 
						|
  <link rel=icon sizes="32x32" type="image/png" href="/static/images/favicon-32.png">
 | 
						|
  <title>(BSX) BasicSwap - v{{ version }}</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <h2>{{ title_str }}</h2>
 | 
						|
  <p>Info: {{ message_str }}</p>
 | 
						|
  <p><a href="/">home</a></p>
 | 
						|
</body>
 | 
						|
</html> |