40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <meta name="description" content="ApolloNvim modální editor" />
 | |
|     <meta name="keywords" content="Projekt modálního editoru" />
 | |
|     <meta name="author" content="Lukáš Kaňka" />
 | |
|     <link rel="stylesheet" href="assets/style.css" />
 | |
|     <!--nav bar-->
 | |
|     <script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script>
 | |
|     <!--icons dark, go to up-->
 | |
|     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
 | |
|     <!--ubuntu fonts-->
 | |
|     <style>
 | |
|         @import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
 | |
|     </style>
 | |
|     <!--         líbivé   ikony -->
 | |
|     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
 | |
|         integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous" />
 | |
|     <title>🚀 ApolloNvim</title>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| 
 | |
|     <?php require "assets/header.php" ?>
 | |
|     <section class="content" id="welcome">
 | |
|         <section class="contact">
 | |
| 
 | |
|         </section>
 | |
|     </section>
 | |
| 
 | |
| 
 | |
|     <?php require "assets/returnbutton.php" ?>
 | |
|     <?php require "assets/footer.php" ?>
 | |
|     <script src="assets/script.js"></script>
 | |
| </body>
 | |
| 
 | |
| </html>
 |