25 lines
612 B
HTML
25 lines
612 B
HTML
<!DOCTYPE html>
|
|
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
|
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<!-- Set the viewport width to device width for mobile -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/js/bootstrap/css/bootstrap.min.css" />
|
|
|
|
<!-- Website CSS Theme Css -->
|
|
<link rel="stylesheet" href="/css/stylesheet.css" />
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div class="content" width=90%>
|
|
<div class="container theme">
|
|
{{content}}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html> |