I2P brand styleguides for the web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>{{site.title}}</title>
|
|
|
|
<link rel="stylesheet" href="{{'/assets/static/bootstrap.min.css' | prepend: site.baseurl}}">
|
|
|
|
<link rel="stylesheet" href="{{'/assets/styles/main.css' | prepend: site.baseurl}}">
|
|
|
|
<link rel="shortcut icon" type="image/png" href="{{'/assets/images/favicon.png' | prepend: site.baseurl}}"/>
|
|
|
|
<link href="{{'/assets/fonts/i2p.css' | prepend: site.baseurl}}" rel="stylesheet">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
</head>
|