mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-30 21:24:18 +00:00 
			
		
		
		
	layout 404 + édito
This commit is contained in:
		
							parent
							
								
									c4e61f5c70
								
							
						
					
					
						commit
						414f02087c
					
				
					 4 changed files with 71 additions and 5 deletions
				
			
		|  | @ -564,7 +564,7 @@ module.exports = { | |||
|         ] | ||||
|       }, | ||||
|       { | ||||
|         title: 'Outils de création', | ||||
|         title: 'Aides de jeu', | ||||
|         icon: 'mdi-tools', | ||||
|         children: [ | ||||
|           { | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| <template> | ||||
|   <div class="d-print-none"> | ||||
|   <div class="d-print-none" v-if="reposity && !$page.frontmatter.notEditable"> | ||||
|     <v-divider class="my-4"/> | ||||
|     <v-btn v-if="reposity && !$page.frontmatter.notEditable" link depressed :href="source" target="_blank" color="accent" outlined><v-icon left>mdi-pencil</v-icon> Modifier</v-btn> | ||||
|     <v-btn link depressed :href="source" target="_blank" color="accent" outlined><v-icon left>mdi-pencil</v-icon> Modifier</v-btn> | ||||
|   </div> | ||||
| </template> | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										15
									
								
								docs/.vuepress/theme/layouts/404.vue
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								docs/.vuepress/theme/layouts/404.vue
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | |||
| <template> | ||||
|   <div class="404 d-flex align-center flex-column"> | ||||
|     <h1>404</h1> | ||||
|     <p>Oh, il semble que vous ayez fait fausse route...</p> | ||||
|     <router-link :to="{ path: '/' }">Retourner sur la voie</router-link> | ||||
|   </div> | ||||
| </template> | ||||
| 
 | ||||
| <script> | ||||
| export default { | ||||
| } | ||||
| </script> | ||||
| 
 | ||||
| <style lang="scss"> | ||||
| </style> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine