cookutils diff data/header.html @ rev 866

Makefile: fix path
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 11 11:58:53 2017 +0200 (2017-01-11)
parents be4fa16a8077
children
line diff
     1.1 --- a/data/header.html	Wed Mar 14 03:17:16 2012 +0100
     1.2 +++ b/data/header.html	Wed Jan 11 11:58:53 2017 +0200
     1.3 @@ -1,10 +1,10 @@
     1.4  <!DOCTYPE html>
     1.5 -<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<html lang="en">
     1.7  <head>
     1.8 +	<meta charset="UTF-8">
     1.9  	<title>SliTaz Cooker</title>
    1.10 -	<meta charset="utf-8" />
    1.11 -	<link rel="shortcut icon" href="favicon.ico" />
    1.12 -	<link rel="stylesheet" type="text/css" href="style.css" />
    1.13 +	<link rel="shortcut icon" href="favicon.ico">
    1.14 +	<link rel="stylesheet" href="style.css">
    1.15  </head>
    1.16  <body>
    1.17