18 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<meta name="description" content="A web app for taking the Scottish Korfball Association Refereeing Theory Exam on-line." />
 | 
						|
<meta property="og:locale" content="en_UK" />
 | 
						|
<meta property="og:type" content="website" />
 | 
						|
<meta property="og:description" content="A web app for taking the Scottish Korfball Association Refereeing Theory Exam on-line." />
 | 
						|
<meta property="og:url" content="{{ url_for(request.endpoint, _external = True, **(request.view_args or {})) }}" />
 | 
						|
<meta property="og:site_name" content="Scottish Korfball Association Referee Theory Exam" />
 | 
						|
<meta property="og:image" content="{{ url_for('.static', filename='favicon.png', _external = True) }}" />
 | 
						|
<meta property="og:image:alt" content="Logo of the SKA Refereeing Exam App" />
 | 
						|
<meta property="og:image:width" content="512" />
 | 
						|
<meta property="og:image:height" content="512" />
 | 
						|
<meta name="twitter:card" content="summary" />
 | 
						|
<meta name="twitter:description" content="A web app for taking the Scottish Korfball Association Refereeing Theory Exam on-line." />
 | 
						|
<meta name="twitter:image" content="{{ url_for('.static', filename='favicon.png', _external = True) }}" />
 | 
						|
<meta name="twitter:image:alt" content="Logo of the SKA Refereeing Exam App" />
 | 
						|
<meta name="twitter:creator" content="@viveksantayana" />
 | 
						|
<meta name="twitter:site" content="@viveksantayana" />
 | 
						|
<meta name="theme-color" content="#343a40" />
 | 
						|
<link rel="shortcut icon" href="{{ url_for('views.static', filename='favicon.ico') }}"> |