-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
43 lines (29 loc) · 777 Bytes
/
template.html
File metadata and controls
43 lines (29 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
<title></title>
<meta name="Description" content="">
<?php require "$_SERVER['DOCUMENT_ROOT'].'/public/__common/html/head.public.html.php'" ?>
<style>
table {
width: 100%;
border-collapse: collapse;
}
table tr td {
border: 1px solid #000;
padding: 5px;
}
<local-style></local-style>
</style>
</head>
<body class="pub pub-blog">
<?php require "$_SERVER['DOCUMENT_ROOT'].'/public/__common/html/menu.public.html.php" ?>
<div class="page-body">
<div class="container">
<top-content>
</top-content>
</div>
</div>
<?php require "$_SERVER['DOCUMENT_ROOT'].'/public/__common/html/footer.public.html.php'" ?>
</body>
</html>