3,9 → 3,9 |
<html> |
<head> |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
<title> MLAB Page Template </title> |
<title> MLAB Maintenance Page </title> |
<meta name="keywords" content="MLAB Universal Electronic Modules and Articles Processors Electronics"> |
<meta name="description" content="MLAB Project, Page Template"> |
<meta name="description" content="MLAB Project, Maintenance Page"> |
<!-- AUTOINCLUDE START "Page/Head.en.ihtml" DO NOT REMOVE --> |
<link rel="StyleSheet" href="../../Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style"> |
<link rel="shortcut icon" type="image/x-icon" href="Web/PIC/MLAB.ico"> |
48,17 → 48,21 |
<!-- ============== TEXT ============== --> |
<div class="Text"> |
<p class="Title"> |
Page Title |
Maintenance Page |
</p> |
<p class=Subtitle> |
This is Page Template for creation of new pages. This field usualy |
contains breef description of the page. How to use styles on pages |
is written on a separate page with |
<a href=".HowToUseStyle.en.html">style usage</a>. |
Maintenance Page is intended for <b>webmaster only</b>. |
</p> |
<p> |
This is the first ordinary text paragraph. |
This page is <b>not</b> for ordinary <b>users</b> because it |
can cause demage of the web. The page contains auxiliary links |
and links to not finished pages. The functionality of the objects |
on this page is not guaranteed. |
</p> |
<hr> |
<?php |
require_once("Maintenance.php"); |
?> |
</div> |
|
<!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE --> |