mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-04 05:53:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			1017 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1017 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<head>
 | 
						|
  <meta charset="utf-8">
 | 
						|
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
 | 
						|
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 | 
						|
  <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
 | 
						|
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
 | 
						|
  <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
 | 
						|
  <link rel="shortcut icon" href="{{ "https://open5gs.org/assets/img/favicon.ico" | relative_url }}">
 | 
						|
 | 
						|
  {% if page.head_inline %}
 | 
						|
  {{ page.head_inline }}
 | 
						|
  {% endif %}
 | 
						|
 | 
						|
  {% if jekyll.environment == 'production' and site.google_analytics %}
 | 
						|
  {% include google-analytics.html %}
 | 
						|
  {% endif %}
 | 
						|
 | 
						|
  {% seo %}
 | 
						|
 | 
						|
  {% include head-includes.html %}
 | 
						|
</head>
 |