Now it mostly works with some limitations:
- ambient declarations seem not to be working, thus the following converters have temporarily been disabled: - punycode - utf8 - quoted-printable
This commit is contained in:
		
							parent
							
								
									3938254b36
								
							
						
					
					
						commit
						8fc3b8e3aa
					
				
					 20 changed files with 115 additions and 130 deletions
				
			
		|  | @ -1,50 +1,9 @@ | |||
| <!DOCTYPE html> | ||||
| <!-- | ||||
|   ~ Copyright (C) Schweizerische Bundesbahnen SBB, 2017. | ||||
|   --> | ||||
| 
 | ||||
| <html> | ||||
| <head> | ||||
|     <meta charset="UTF-8"/> | ||||
|     <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/> | ||||
|     <title>Decode? Encode? DENcode!</title> | ||||
|     <!--<script type="text/javascript" src="node_modules/core-js/client/shim.js"></script>--> | ||||
|     <!--<script type="text/javascript" src="node_modules/zone.js/dist/zone.js"></script>--> | ||||
|     <!--<script type="text/javascript" src="node_modules/reflect-metadata/Reflect.js"></script>--> | ||||
|     <!--<script type="text/javascript" src="node_modules/systemjs/dist/system.src.js"></script>--> | ||||
|     <!--<script type="text/javascript" src="node_modules/utf8/utf8.js"></script>--> | ||||
|     <!--<script type="text/javascript" src="node_modules/quoted-printable/quoted-printable.js"></script>--> | ||||
|     <!--<script type="text/javascript" src="node_modules/punycode/punycode.js"></script>--> | ||||
| 
 | ||||
|     <!--<script type="text/javascript" src="systemjs.config.js"></script>--> | ||||
|     <!--<script type="text/javascript">--> | ||||
|         <!--System.import("app").catch(function (err) {--> | ||||
|             <!--console.log(err);--> | ||||
|         <!--});--> | ||||
|     <!--</script>--> | ||||
|     <style> | ||||
|         @font-face { | ||||
|             font-family: "ABeeZee"; | ||||
|             font-stretch: normal; | ||||
|             font-style: normal; | ||||
|             font-variant: normal; | ||||
|             font-weight: normal; | ||||
|             src: local("ABeeZee Regular"), | ||||
|             local("ABeeZee-Regular"), | ||||
|             local("ABeeZee"), | ||||
|             url("abeezee-regular.woff") format("woff"); | ||||
|         } | ||||
| 
 | ||||
|         body { | ||||
|             font-family: "ABeeZee", sans-serif; | ||||
|             margin: 0; | ||||
|             padding: 1em 0 0 0; | ||||
|         } | ||||
| 
 | ||||
|         h1 { | ||||
|             text-align: center; | ||||
|         } | ||||
|     </style> | ||||
| </head> | ||||
| <body> | ||||
| <h1>Decode? Encode? DENcode!</h1> | ||||
|  | @ -53,7 +12,7 @@ | |||
|     Browser. You won't regret it! | ||||
| </noscript> | ||||
| <den-app> | ||||
|     <div style="text-align:center;">Please hold on, we're starting the turbines ...</div> | ||||
|     <div class="apploader">Please hold on, we're starting the turbines ...</div> | ||||
| </den-app> | ||||
| </body> | ||||
| </html> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue