* Modernize java-script * Add CSP meta tag * Minor refactor * Add Makefile to update bootstrap css * Fix filename in dummytdl tool
		
			
				
	
	
		
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
 | 
						|
update-bootstrap:
 | 
						|
	curl -L "https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css" -o assets/bootstrap.min.css
 | 
						|
 | 
						|
build:
 | 
						|
	go build .
 | 
						|
 |