52 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
    <html>
 | 
						|
    <head>
 | 
						|
        <meta charset="UTF-8">
 | 
						|
        <title>Railway-gadgets</title>
 | 
						|
        <style>
 | 
						|
/* From extension vscode.github */
 | 
						|
/*---------------------------------------------------------------------------------------------
 | 
						|
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 | 
						|
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 | 
						|
 *--------------------------------------------------------------------------------------------*/
 | 
						|
 | 
						|
.vscode-dark img[src$=\#gh-light-mode-only],
 | 
						|
.vscode-light img[src$=\#gh-dark-mode-only] {
 | 
						|
	display: none;
 | 
						|
}
 | 
						|
 | 
						|
</style>
 | 
						|
        
 | 
						|
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
 | 
						|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
 | 
						|
<style>
 | 
						|
            body {
 | 
						|
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
 | 
						|
                font-size: 14px;
 | 
						|
                line-height: 1.6;
 | 
						|
            }
 | 
						|
        </style>
 | 
						|
        <style>
 | 
						|
.task-list-item {
 | 
						|
    list-style-type: none;
 | 
						|
}
 | 
						|
 | 
						|
.task-list-item-checkbox {
 | 
						|
    margin-left: -20px;
 | 
						|
    vertical-align: middle;
 | 
						|
    pointer-events: none;
 | 
						|
}
 | 
						|
</style>
 | 
						|
        
 | 
						|
    </head>
 | 
						|
    <body class="vscode-body vscode-light">
 | 
						|
        <h1 id="railway-gadgets">Railway-gadgets</h1>
 | 
						|
<p>Those keys are used on Italian and Swiss trains.</p>
 | 
						|
<p><em>I remember you that it's illegal to use it on a public train.</em></p>
 | 
						|
<p>Original desig was taken on this Swiss law appendix:
 | 
						|
<a href="https://www.fedlex.admin.ch/eli/cc/55/72_76_129/it#annex_B">https://www.fedlex.admin.ch/eli/cc/55/72_76_129/it#annex_B</a></p>
 | 
						|
 | 
						|
        
 | 
						|
        
 | 
						|
    </body>
 | 
						|
    </html> |