diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-02 12:06:56 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-02 12:06:56 -0400 |
| commit | f7c360592b6c2ef24b033280aa977a894349476a (patch) | |
| tree | d057e242caccb73f02ec37c3693317a638fb356a /views/includes/header.ejs | |
| parent | ab197dc41a884902625aff031cf0df089b8065b6 (diff) | |
| download | alp-website-f7c360592b6c2ef24b033280aa977a894349476a.tar.gz alp-website-f7c360592b6c2ef24b033280aa977a894349476a.tar.bz2 alp-website-f7c360592b6c2ef24b033280aa977a894349476a.zip | |
Finally making some progress on the website
Diffstat (limited to 'views/includes/header.ejs')
| -rw-r--r-- | views/includes/header.ejs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/includes/header.ejs b/views/includes/header.ejs new file mode 100644 index 0000000..268e2d4 --- /dev/null +++ b/views/includes/header.ejs @@ -0,0 +1,3 @@ +<link href="https://fonts.googleapis.com/css?family=Play:400,700&display=swap" rel="stylesheet"> +<link rel="stylesheet" href="/css/style.css"> +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
\ No newline at end of file |
