aboutsummaryrefslogblamecommitdiff
path: root/backend/app/views/index.scala.html
blob: 7f12df89442ed96555f67a3a463cb1bd341ceeea (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                                                                                                                                                      

                                                                                                                                                                                       


                                             
                                                                                         




                                       
@main(""){
	<span id='ct' ></span>

	<object id="attitude" type="image/svg+xml" data="@routes.Assets.at("images/instruments/attitude.svg")" width="300px" height="300px">Cannot load or display SVG image.</object>

	<object id="heading"  type="image/svg+xml" data="@routes.Assets.at("images/instruments/heading.svg")" width="200px" height="200px">Cannot load or display SVG image.</object>

	<object id="altitude"  type="image/svg+xml" data="@routes.Assets.at("images/instruments/altitude.svg")" width="200px" height="200px">Cannot load or display SVG image.</object>

	<script type="text/javascript">

		window.onload = function () {
			var frontend = new Frontend('#attitude', '#heading', '#altitude')
			frontend.main()
		}
	</script>
}