项目初始化
This commit is contained in:
		
							
								
								
									
										20
									
								
								UI/pages/about.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								UI/pages/about.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
    <title>About</title>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
    <div id="app" class="app">
 | 
			
		||||
        <h1 class="font-bold text-3xl ml-4 tracking-wider">TailwindCSS Starter</h1>
 | 
			
		||||
        <p class="tracking-widest mt-3">In about</p>
 | 
			
		||||
        <div class="mt-4">
 | 
			
		||||
            <a href="../index.html" class="px-2 underline">Home</a>
 | 
			
		||||
            <a href="#" class="px-2 text-purple-500 underline">About</a>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <script type="module" src="../src/main.ts"></script>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user