mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-10-31 02:04:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			718 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			718 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| 	<title>Account data export</title>
 | |
| 
 | |
| 	<!--Import Google Icon Font-->
 | |
| 	<link href="assets/material-design-icons/material-icons.css" rel="stylesheet">
 | |
| 	<!--Import materialize.css-->
 | |
| 	<link type="text/css" rel="stylesheet" href="assets/materialize/css/materialize.min.css"  media="screen,projection"/>
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| 	<nav class="light-blue lighten-1" role="navigation">
 | |
| 		<div class="nav-wrapper container">
 | |
| 			<a id="logo-container" href="#" class="brand-logo">
 | |
| 				Comunic <smalll>Data Export</small>
 | |
| 			</a>
 | |
| 		</div>
 | |
| 	</nav>
 | |
| 
 | |
| 	<!--JavaScript at end of body for optimized loading-->
 | |
| 	<script type="text/javascript" src="assets/materialize/js/materialize.min.js"></script>
 | |
| </body>
 | |
| </html> |