Website construction
code of the "head.htm" fragment
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html id="html" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width;
initial-scale=1.0; maximum-scale=1.0;" />
<!-- copyright: francky -->
<link rel="stylesheet" type="text/css"
href="tech/van-styles.css" />
- Note: if you go directly to the real head.htm fragment, the browser is showing a
beautiful empty white page. That is caused by the code of this fragment: a "page" with only the start of a normal
html page, and without a body!
- But ... if you view the source code of the empty page, you'll see just the code as above.