head.ejs
324 bytes
| 1 | <!doctype html> |
|---|---|
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | <meta name="color-scheme" content="light"> |
| 7 | <title><%= title %> | profileShare</title> |
| 8 | <link rel="stylesheet" href="/assets/styles.css"> |
| 9 | </head> |
| 10 | <body class="<%= bodyClass || '' %>"> |
| 11 | |