mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 11:31:26 +01:00
28 lines
1019 B
HTML
Executable File
28 lines
1019 B
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=iso-8859-1" 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" type="text/css" />
|
|
<script src="javascript/functions.js" type="text/javascript"></script>
|
|
<title>Title of your site</title>
|
|
<meta content="keyword1,keyword2,keyword3" name="keywords" />
|
|
<meta content="Description of your site" name="description" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="topbar">
|
|
</div>
|
|
<div id="content">
|
|
</div>
|
|
<div id="footer">
|
|
<!-- please keep this line of text for three reasons: to help us, to thank us and just because it is cool-->
|
|
<a class="noeffect" href="http://iwebkit.net">Powered by iWebKit</a></div>
|
|
|
|
</body>
|
|
|
|
</html>
|