_template_bibtex.html (1050B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 6 <title>%(title)s: BibTeX</title> 7 8 <link rel="stylesheet" href="%(root)s/css/main.css"> 9 <link rel="stylesheet" href="%(root)s/css/pubs.css"> 10 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 11 12 </head> 13 <!-- 14 *** I AM MACHINE GENERATED! DO NOT EDIT ME! 15 *** EDIT THE .bib FILE or _template_.html INSTEAD! 16 17 Generated by `%(command_line)s' 18 (C) Eddie Kohler 1999-2000, Nick Mathewson 2003 19 (C) ng0 2018, 2019 20 --> 21 22 23 <body bgcolor="#ffffff" text="#000000" link="#bb0000" vlink="#990099" alink="#ff9900" > 24 <h1 align="center">%(title)s: BibTeX</h1> 25 <p align="center"> 26 The GNUnet Bibliography | BibTeX records 27 </p> 28 <p align="center"> 29 <a href='./topic.html'>By topic</a> | 30 <a href='./date.html'>By date</a> | 31 <a href='./author.html'>By author</a> 32 </p> 33 <hr> 34 <p> 35 %(entries)s 36 </p> 37 <hr> 38 <p> 39 <br> 40 <a href="#">Go to top</a> 41 </p> 42 </body> 43 </html>