gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/website/_includes/header.html (about)

     1    <head>
     2      <meta charset="utf-8">
     3      <meta http-equiv="X-UA-Compatible" content="IE=edge">
     4      <meta name="viewport" content="width=device-width, initial-scale=1">
     5      {% if page.title %}
     6      <title>{{ page.title }} - gVisor</title>
     7      {% else %}
     8      <title>The Container Security Platform | gVisor</title>
     9      {% endif %}
    10      <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site_root }}">
    11  
    12      <!-- Dependencies. -->
    13      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous" />
    14      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.1/css/all.min.css" integrity="sha256-fdcFNFiBMrNfWL6OcAGQz6jDgNTRxnrLEd4vJYFWScE=" crossorigin="anonymous" />
    15      {% include scripts.html %}
    16  
    17      <!-- Our own style sheet. -->
    18      <link rel="stylesheet" type="text/css" href="/css/main.css">
    19      <link rel="icon" type="image/png" href="/assets/favicons/favicon-32x32.png" sizes="32x32">
    20      <link rel="icon" type="image/png" href="/assets/favicons/favicon-16x16.png" sizes="16x16">
    21  
    22      {% if page.title %}
    23      <meta name="og:title" content="{{ page.title }}">
    24      {% else %}
    25      <meta name="og:title" content="gVisor">
    26      {% endif %}
    27      {% if page.description %}
    28      <meta name="og:description" content="{{ page.description }}">
    29      {% endif %}
    30      <meta name="og:image" content="{{ site.site_url }}/assets/logos/logo_solo_on_white_bordered.svg">
    31    </head>