11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
<meta charset="<%- config.charset %>">
|
|
<meta name='robots' content='noindex'>
|
|
<title><%= config.site_path %></title>
|
|
|
|
<style>
|
|
|
|
</style>
|
|
|
|
<link rel="stylesheet" href="<%= config.site_path %>/default.css">
|
|
<link rel="stylesheet" href="<%= config.site_path %>/custom.css">
|