diff options
Diffstat (limited to 'base.template.html')
| -rw-r--r-- | base.template.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/base.template.html b/base.template.html new file mode 100644 index 0000000..43638bf --- /dev/null +++ b/base.template.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + <head> + <title>cacharle</title> + <meta charset="utf-8"/> + <meta name="description" content="Charles Cabergs's website"/> + <meta name="keywords" content="Programming"/> + <meta name="author" content="Charles Cabergs"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + + <!-- HEAD --> + </head> + + <body> + <div id="page-wrapper"> + <!-- BODY --> + </div> + </body> +</html> |
