Check out Grant Acedrex, our featured variant for April, 2024.

Chess Variants Pages: Template

Below you will find a template for creating a chessvariants.com web page. This template applies to most web pages, except those created more than one directory level deep or at the topmost level. Please remember to replace all the substitution fields. They are indicated in capital letters:

Also add any key words, that are appropriate, to the keywords meta tag.

To use this template, simply copy and paste the text below into a text editor and then replace the line:

   PUT YOUR HTML CODE HERE
with your HTML code.

 

<!DOCTYPE HTML>
<html>
<head>
<!--#include virtual="/g/headcode.php" -->
<title>PUT TITLE HERE</title>
<META name="Author" content="AUTHOR NAME">
<META name="keywords" content="chess, variation, variant, variants">
<LINK href="/g/global.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#fffff0" vlink="#ff0000"> 
<!--#if expr="1=0" -->
<a href="../Gindex.html"><img border=0
src="/voorplt.gif" alt="The Chess Variant Pages"></a>
<!--#else -->
<!--#include virtual="/login/header.php" -->
<!--#endif -->

<h1>PUT TITLE HERE</h1>

PUT YOUR HTML CODE HERE
SOME SUGGESTED SECTIONS:

<a name=intro> </a>
<h2>Introduction</h2>

<a name=array> </a>
<h2>Setup</h2>

<a name=pieces> </a>
<h2>Pieces</h2>

<a name=rules> </a>
<h2>Rules</h2>

<a name=notes> </a>
<h2>Notes</h2>

<a name=playingtips> </a>
<h2>Playing Tips</h2>

<a name=computerplay> </a>
<h2>Computer Play</h2>

<a name=equipment> </a>
<h2>Equipment</h2>

<a name=sample> </a>
<h2>Sample Game</h2>

<a name=contact> </a>
<h2>Contact</h2>

<!--#if expr="1=0" -->
<hr>Written by AUTHOR NAME.
<hr>WWW page created: MONTH DAY, YEAR.
<!--#else -->
<!--#include virtual="/footer.php" --> 
<!--#endif -->

</body>
</html>


Written by David Howe. Modified by Fergus Duniho.
WWW page created: April 24, 2000.