mirror of
				https://github.com/Alamantus/otp-generator.git
				synced 2025-11-04 10:17:04 +01:00 
			
		
		
		
	Move styles.css to index.html
This commit is contained in:
		
							parent
							
								
									427a6391f9
								
							
						
					
					
						commit
						67d9c0fc1a
					
				
					 2 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -10,7 +10,12 @@
 | 
			
		|||
 | 
			
		||||
  <link rel="stylesheet" href="./node_modules/font-awesome/css/font-awesome.css">
 | 
			
		||||
  <link rel="stylesheet" href="./node_modules/bulma/css/bulma.css">
 | 
			
		||||
  <link rel="stylesheet" href="./styles.css">
 | 
			
		||||
  <style>
 | 
			
		||||
    pre {
 | 
			
		||||
      word-break: break-all;
 | 
			
		||||
      white-space: pre-wrap;
 | 
			
		||||
    }
 | 
			
		||||
  </style>
 | 
			
		||||
 | 
			
		||||
  <!--[if lt IE 9]>
 | 
			
		||||
    <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +0,0 @@
 | 
			
		|||
pre {
 | 
			
		||||
  word-break: break-all;
 | 
			
		||||
  white-space: pre-wrap;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue