mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			788 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			788 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|     
 | |
|     <head>
 | |
|         <link rel="stylesheet" href="./umi.css?v=0.1.5">
 | |
|         <link rel="stylesheet" href="./custom.css?v=0.1.5">
 | |
|         <meta charset="utf-8">
 | |
|         <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
 | |
|         <title>{{$title}}</title>
 | |
|         <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700">
 | |
|         <script>window.routerBase = "/";</script>
 | |
|         <script>
 | |
|             window.v2board = {
 | |
|                 title: '{{$title}}',
 | |
|                 theme: '{{$theme}}'
 | |
|             }
 | |
|         </script>
 | |
|     </head>
 | |
|     
 | |
|     <body>
 | |
|         <div id="root"></div>
 | |
|         <script src="./umi.js?v=0.1.5"></script>
 | |
|     </body>
 | |
| 
 | |
| </html> |