Jeremy Newman : beginnings of HTML5 code and updating design

Bruno Jesus 00cpxxx at gmail.com
Mon Nov 21 15:01:25 CST 2016


On Mon, Nov 21, 2016 at 12:38 PM, Jeremy Newman <jnewman at winehq.org> wrote:
> ...
>  include/header.php | 25 ++++++++++++++-----------
>  1 file changed, 14 insertions(+), 11 deletions(-)
>
> diff --git a/include/header.php b/include/header.php
> index 014a8c4..ff01e3b 100644
> --- a/include/header.php
> +++ b/include/header.php
> @@ -2,28 +2,31 @@
>  /*********************************/
>  /* Application Database - Header */
>  /*********************************/
> -?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> -<html>
> +?><!doctype html>
> +<html lang="en">
>  <head>
>      <title>WineHQ <?php echo $title; ?></title>
> -    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
> -    <meta HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
> -    <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
> +
> +    <meta charset="utf-8">
>      <meta name="description" content="Open Source Software for running Windows applications on other operating systems.">
>      <meta name="keywords" content="windows, linux, macintosh, solaris, freebsd">
>      <meta name="robots" content="index, follow">
>      <meta name="copyright" content="Copyright WineHQ.org All Rights Reserved.">
>      <meta name="language" content="English">
>      <meta name="revisit-after" content="1">
> +
> +    <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
> +    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
> +    <link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" type="text/css" media="all">

Why not https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.min.css ?



More information about the wine-devel mailing list