Create template.htm
This commit is contained in:
parent
8ac1acbd09
commit
764e246fb6
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="/themes/default/css.php?login=default">
|
||||
<link rel='icon' href='/themes/default/favicon.ico'>
|
||||
<title>FusionPBX</title>
|
||||
</head>
|
||||
<body onload="">
|
||||
{$content}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue