fix(components): fix footer
it didn't have a `<template>` tag?
This commit is contained in:
		
							parent
							
								
									19e1381abc
								
							
						
					
					
						commit
						0000533540
					
				| @ -1,20 +1,26 @@ | |||||||
| <script lang="ts" setup></script> | <script lang="ts" setup></script> | ||||||
| <div> | <template> | ||||||
|  | 	<div> | ||||||
| 		<p> | 		<p> | ||||||
| 				© Rockfic.com, since 2004. Rockfic.com is in no way associated with any | 			© Rockfic.com, since 2004. Rockfic.com is in no way associated with any | ||||||
| 				band listed on this website. Rockfic.com is entertainment. All stories | 			band listed on this website. Rockfic.com is entertainment. All stories | ||||||
| 				contained on this site are fictional, which means that while the | 			contained on this site are fictional, which means that while the | ||||||
| 				characters may be loosely based on the public personas of real people, | 			characters may be loosely based on the public personas of real people, the | ||||||
| 				the stories themselves are completely ungrounded from reality and are in | 			stories themselves are completely ungrounded from reality and are in no | ||||||
| 				no way meant to reflect the private lives, actual practices, or | 			way meant to reflect the private lives, actual practices, or activities of | ||||||
| 				activities of any persons named. Rockfic.com will remove a work of | 			any persons named. Rockfic.com will remove a work of fiction if an | ||||||
| 				fiction if an individual named within requests its removal.<br> | 			individual named within requests its removal.<br /> | ||||||
| 				For site problems and/or bugs, contact <a style="font-weight: bold" href="mailto:bugs@rockfic.com">bugs@rockfic.com</a>.<br> | 			For site problems and/or bugs, contact | ||||||
| 				For everything else, contact <a href="mailto:admin@rockfic.com">admin@rockfic.com</a>. | 			<a style="font-weight: bold" href="mailto:bugs@rockfic.com" | ||||||
| 			</p> | 				>bugs@rockfic.com</a | ||||||
| 			<b>Copyright Notice</b><br> | 			>.<br /> | ||||||
| 			All content on this site is copyright of its respective author. You | 			For everything else, contact | ||||||
| 			may not, except with our express written permission, distribute or | 			<a href="mailto:admin@rockfic.com">admin@rockfic.com</a>. | ||||||
| 			commercially exploit the content. Nor may you transmit it or store it in | 		</p> | ||||||
| 			any other website or other form of electronic retrieval system. | 		<b>Copyright Notice</b><br /> | ||||||
|  | 		All content on this site is copyright of its respective author. You may not, | ||||||
|  | 		except with our express written permission, distribute or commercially | ||||||
|  | 		exploit the content. Nor may you transmit it or store it in any other | ||||||
|  | 		website or other form of electronic retrieval system. | ||||||
| 	</div> | 	</div> | ||||||
|  | </template> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user