diff options
Diffstat (limited to 'views/partials/header.ejs')
| -rw-r--r-- | views/partials/header.ejs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs new file mode 100644 index 00000000..a4dffea3 --- /dev/null +++ b/views/partials/header.ejs @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>That Computer Scientist</title> + <link rel="stylesheet" href="css/main.css"> + </head> + <body>
\ No newline at end of file |
