mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 11:52:54 +00:00 
			
		
		
		
	Wire dependencies for ws_listener.js
This commit is contained in:
		@@ -5,6 +5,7 @@
 | 
			
		||||
    <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/highlight/github.min.css')}}">
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
    <div class="jumbotron text-center">
 | 
			
		||||
@@ -36,9 +37,11 @@
 | 
			
		||||
        </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/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>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user