mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 18:48:22 +01:00
28 lines
1.0 KiB
HTML
Executable File
28 lines
1.0 KiB
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<meta content="yes" name="apple-mobile-web-app-capable" />
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" />
|
|
<link href="css/style.css" rel="stylesheet" media="screen" type="text/css" />
|
|
<script src="javascript/functions.js" type="text/javascript"></script>
|
|
<title>Title of your page</title>
|
|
<meta content="keyword1,keyword2,keyword3" name="keywords" />
|
|
<meta content="Description of your page" name="description" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="topbar">
|
|
</div>
|
|
<div id="content">
|
|
</div>
|
|
<div id="footer">
|
|
<!-- Support iWebKit by sending us traffic; please keep this footer on your page, consider it a thank you for our work :-) -->
|
|
<a class="noeffect" href="http://iwebkit.net">Powered by iWebKit</a></div>
|
|
|
|
</body>
|
|
|
|
</html>
|