blob: 1bb6abc6d0b6ae79344d2755ec6c550833391366 [file] [log] [blame]
Alexander Afanasyev7c6aeb02014-04-10 19:59:19 -07001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
7<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
8<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
9<script type="text/javascript" src="$relpath$jquery.js"></script>
10<script type="text/javascript" src="$relpath$dynsections.js"></script>
11$treeview
12$search
13$mathjax
14<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"/>
15<link href="$relpath$named_data_doxygen.css" rel="stylesheet" type="text/css" />
16<link href="$relpath$favicon.ico" rel="shortcut icon" type="image/ico" />
17</head>
18<body>
19<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
20
21<!--BEGIN TITLEAREA-->
22<!--headercontainer-->
23<div id="header_container">
24
25 <!--header-->
26 <div class="row">
27 <div class="three columns">
28 <div id="logo">
Davide Pesavento02bbfa72022-09-21 20:53:03 -040029 <a href="https://named-data.net" title="A Future Internet Architecture"><img src="https://named-data.net/wp-content/uploads/cropped-20130722_Logo2.png" alt="" /></a>
Alexander Afanasyev7c6aeb02014-04-10 19:59:19 -070030 </div><!--logo end-->
31 </div>
32
33 <!--top menu-->
34 <div class="nine columns" id="menu_container" >
Davide Pesavento02ed3322023-02-23 19:40:22 -050035 <h1><a href="https://docs.named-data.net/ndn-cxx/$projectnumber/">$projectname $projectnumber documentation</a></h1>
Alexander Afanasyev7c6aeb02014-04-10 19:59:19 -070036 </div>
37 </div>
38</div><!--header container end-->
39<!--END TITLEAREA-->
40
41<!-- end header part -->