1
0
Fork 0
forked from 0x2620/oxjs

add section keywords to examples

This commit is contained in:
rolux 2012-06-22 09:24:16 +02:00
commit 49c30cfe38
16 changed files with 20 additions and 5 deletions

View file

@ -2,6 +2,7 @@
<html>
<head>
<title>Cities</title>
<meta http-equiv="Keywords" content="Lists"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" type="image/png" href="../../../source/Ox.UI/themes/classic/png/icon16.png"/>
<link rel="stylesheet" type="text/css" href="css/example.css"/>

View file

@ -2,6 +2,7 @@
<html>
<head>
<title>Countries</title>
<meta http-equiv="Keywords" content="Lists"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" type="image/png" href="../../../source/Ox.UI/themes/classic/png/icon16.png"/>
<link rel="stylesheet" type="text/css" href="css/example.css"/>

View file

@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>JSON to List</title>
<title>JSON</title>
<meta http-equiv="Keywords" content="Lists"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" type="image/png" href="../../source/Ox.UI/themes/classic/png/icon16.png"/>
<link rel="stylesheet" type="text/css" href="css/example.css"/>