Login et agencement de la main page #51
							
								
								
									
										11
									
								
								frontend/login.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								frontend/login.html
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,11 @@ | ||||
| <!DOCTYPE html> | ||||
| <html> | ||||
| 	<head> | ||||
| 		<meta charset="utf-8"> | ||||
| 		<title>Clyde - Login</title> | ||||
| 	</head> | ||||
| 	<body> | ||||
| 		<div id="app"></div> | ||||
| 		<script type=module src="/src/login.js"></script> | ||||
| 	</body> | ||||
| </html> | ||||
| @ -3,4 +3,4 @@ import './assets/main.css' | ||||
| import { createApp } from 'vue' | ||||
| import App from './Login.vue' | ||||
|  | ||||
| createApp(App).mount('#login') | ||||
| createApp(App).mount('#app') | ||||
|  | ||||
		Reference in New Issue
	
	Block a user