mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 00:52:55 +00:00 
			
		
		
		
	Wire dependencies for ws_listener.js
This commit is contained in:
		@@ -5,6 +5,7 @@
 | 
				
			|||||||
    <title>Babylonian Tutorial Proof of Concept</title>
 | 
					    <title>Babylonian Tutorial Proof of Concept</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link rel="stylesheet" href="{{ static_url('vendor/css/bootstrap.min.css') }}">
 | 
					    <link rel="stylesheet" href="{{ static_url('vendor/css/bootstrap.min.css') }}">
 | 
				
			||||||
 | 
					    <link rel="stylesheet" href="{{ static_url('vendor/css/highlight/github.min.css')}}">
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
    <div class="jumbotron text-center">
 | 
					    <div class="jumbotron text-center">
 | 
				
			||||||
@@ -36,9 +37,11 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <script src="{{ static_url('vendor/js/jquery-3.2.1.slim.min.js') }}" defer></script>
 | 
					    <script src="{{ static_url('vendor/js/jquery-3.2.1.min.js') }}" defer></script>
 | 
				
			||||||
    <script src="{{ static_url('vendor/js/popper.min.js') }}" defer></script>
 | 
					    <script src="{{ static_url('vendor/js/popper.min.js') }}" defer></script>
 | 
				
			||||||
    <script src="{{ static_url('vendor/js/bootstrap.min.js') }}" defer></script>
 | 
					    <script src="{{ static_url('vendor/js/bootstrap.min.js') }}" defer></script>
 | 
				
			||||||
 | 
					    <script src="{{ static_url('vendor/js/highlight.min.js') }} defer"></script>
 | 
				
			||||||
 | 
					    <script src="{{ static_url('vendor/js/showdown.min.js') }} defer"></script>
 | 
				
			||||||
    <script src="{{ static_url('ws_listener.js') }}" defer></script>
 | 
					    <script src="{{ static_url('ws_listener.js') }}" defer></script>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user