mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-19 11:58:15 +08:00
15 lines
682 B
HTML
15 lines
682 B
HTML
|
{# -*- mode: jinja-html-mumamo;-*- #}
|
||
|
{% extends "default/layout.html" %}
|
||
|
|
||
|
{%- block extrahead %}
|
||
|
{{ super() }}
|
||
|
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
|
||
|
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold' rel='stylesheet' type='text/css'>
|
||
|
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic,700,700italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block rootrellink %}
|
||
|
<li><a href="http://code.google.com/p/tesseract-ocr/">Tesseract-OCR Home</a>{{ reldelim1 }}</li>
|
||
|
{{ super() }}
|
||
|
{% endblock %}
|