18 lines
		
	
	
		
			No EOL
		
	
	
		
			243 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			No EOL
		
	
	
		
			243 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <:Head>
 | |
|   <title>Federated</title>
 | |
| </:Head>
 | |
| 
 | |
| <Layout page='federated'>
 | |
|   <h1>Federated Timeline</h1>
 | |
| 
 | |
| </Layout>
 | |
| 
 | |
| <script>
 | |
|   import Layout from './_components/Layout.html';
 | |
| 
 | |
|   export default {
 | |
|     components: {
 | |
|       Layout
 | |
|     }
 | |
|   };
 | |
| </script> |