27 lines
		
	
	
		
			997 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			997 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <footer class="border-t mt-10">
 | |
|   <div class="container mx-auto flex flex-col items-center justify-center pt-10">
 | |
|     <div class="flex justify-center pb-8">
 | |
|       <img class="w-12 h-12" src="/images/icon.png" />
 | |
|     </div>
 | |
|     <ul class="flex flex-wrap font-medium text-gray-700 pb-8 justify-center max-w-xl">
 | |
|       <li class="pb-4 md:pb-2 px-4 md:px-2">
 | |
|         <a href="/preview" class="hover:underline">Preview</a>
 | |
|       </li>
 | |
|       <li>
 | |
|         <a href="/about" class="hover:underline">About</a>
 | |
|       </li>
 | |
|       <li class="pb-4 md:pb-2 px-4 md:px-2">
 | |
|         <a href="/privacy" class="hover:underline">Privacy</a>
 | |
|       </li>
 | |
| 
 | |
|     </ul>
 | |
| <news-letter></news-letter>
 | |
| 
 | |
|     <div class="py-8 flex">
 | |
| 
 | |
|      <p class="text-gray-600">Made with ❤️ in Maldives. By <span><a href="https://github.com/jinas123" class="text-blue-600 hover:underline">@jinas123</a>, <a href="https://github.com/Dharisd" class="text-blue-600 hover:underline">@dharisd</a>
 | |
|       </span></p>
 | |
| 
 | |
|     </div>
 | |
|   </div>
 | |
| </footer> |