2020-01-29 14:36:15 +01:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
2021-01-01 15:10:08 +01:00
|
|
|
<script language="javascript" src="js/main.js"></script>
|
2021-01-01 13:53:52 +01:00
|
|
|
<script language="javascript">
|
2020-01-29 14:36:15 +01:00
|
|
|
start_page(""); //path to root direction
|
|
|
|
</script>
|
2021-01-01 13:00:14 +01:00
|
|
|
|
2020-01-29 14:36:15 +01:00
|
|
|
<h1>Header 1</h1>
|
|
|
|
<h2>Header 2</h2>
|
|
|
|
<h3>Header 3</h3>
|
|
|
|
<h4>Header 4</h4>
|
|
|
|
|
2021-01-01 13:53:52 +01:00
|
|
|
<script language="javascript">
|
2020-01-29 14:36:15 +01:00
|
|
|
image("Example image", "style/bg1.png", "style/bg1.png");
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
This is a template of a page. Feel free to copy elements from this page.
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Our colour scheme is:
|
|
|
|
<ul>
|
2021-01-01 13:53:52 +01:00
|
|
|
<li> <font color="#671C14">#671C14</font> - alternative background
|
|
|
|
<li> <font color="#2D8FCE">#2D8FCE</font> - header 2
|
|
|
|
<li> <font color="#54CCC1">#54CCC1</font> - header 1, links
|
|
|
|
<li> <font color="#CD5932">#CD5932</font> - header 3
|
|
|
|
<li> <font color="#5F5346">#5F5346</font> - background
|
2020-01-29 14:36:15 +01:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<p>
|
2021-01-01 13:53:52 +01:00
|
|
|
Use <br clear=all> to get rid of trailing pictures. <span class="alt">alternative text colour, use for codes</span>
|
|
|
|
<br clear="all">
|
2020-01-29 14:36:15 +01:00
|
|
|
|
|
|
|
<p>
|
|
|
|
Example gallery:
|
|
|
|
|
2021-01-01 13:53:52 +01:00
|
|
|
<script language="javascript">
|
2020-01-29 14:36:15 +01:00
|
|
|
images = [
|
|
|
|
{img:"style/bg1.png", txt:"Top Background"},
|
|
|
|
{img:"style/bg2.png", txt:"Periodic Background"},
|
|
|
|
{img:"style/bg3.png", txt:"Table Background"},
|
|
|
|
{img:"style/logo.png", txt:"Server Logo"},
|
|
|
|
];
|
|
|
|
galery(images, "200px");
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
2021-01-01 13:53:52 +01:00
|
|
|
<script language="javascript">
|
2020-01-29 14:36:15 +01:00
|
|
|
end_page();
|
|
|
|
</script>
|
|
|
|
</html>
|