Commit 83f59676 authored by Davis King's avatar Davis King

Added initial version of dlib logo

parent 482474c8
This diff is collapsed.
...@@ -6,9 +6,6 @@ ...@@ -6,9 +6,6 @@
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<body> <body>
<center><h1>dlib C++ library</h1></center>
<br/><br/>
<p> <p>
......
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
<xsl:template match="/doc"> <xsl:template match="/doc">
<html> <html>
<head> <head>
<link rel="shortcut icon" href="dlib-icon.ico"/>
<!-- Verify with Google --> <!-- Verify with Google -->
<meta name="verify-v1" content="{$google_verify_id}" /> <meta name="verify-v1" content="{$google_verify_id}" />
<meta name="google-site-verification" content="{$google_verify_id2}" /> <meta name="google-site-verification" content="{$google_verify_id2}" />
...@@ -286,6 +287,7 @@ function BigToggle(node) ...@@ -286,6 +287,7 @@ function BigToggle(node)
<body bgcolor="{$background_color}"> <body bgcolor="{$background_color}">
<a name="top" /> <a name="top" />
<div id="entire_page"> <div id="entire_page">
<a href="index.html"><img src="dlib-logo.png"/></a>
<table bgcolor="white" height="100%" bordercolor="{$background_color}" CELLSPACING="0" CELLPADDING="10"> <table bgcolor="white" height="100%" bordercolor="{$background_color}" CELLSPACING="0" CELLPADDING="10">
<tr height="100%"> <tr height="100%">
<xsl:apply-templates select="document($main_menu)/doc/menu"/> <xsl:apply-templates select="document($main_menu)/doc/menu"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment