diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-16 13:49:53 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-16 13:49:53 -0400 |
| commit | cf6a69af9b8b0767d7c8c19a7858cdb2c46e8615 (patch) | |
| tree | fa087f1274e90c707c2c47aee9a711160b89ebdd /views/index.ejs | |
| parent | d1b4dc2c0e2221e311dd3510b1cc617b6fcdc687 (diff) | |
| download | alp-website-cf6a69af9b8b0767d7c8c19a7858cdb2c46e8615.tar.gz alp-website-cf6a69af9b8b0767d7c8c19a7858cdb2c46e8615.tar.bz2 alp-website-cf6a69af9b8b0767d7c8c19a7858cdb2c46e8615.zip | |
Added scss stuff
Diffstat (limited to 'views/index.ejs')
| -rw-r--r-- | views/index.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.ejs b/views/index.ejs index 5106f0d..6e4f37d 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -15,7 +15,7 @@ <p class="lead">We are a very small productions company.</p> <hr class="my-4"> <p>If you want to know more about us click the button down below.</p> - <a class="btn btn-green btn-lg" href="/about" role="button">Learn more</a> + <a class="btn btn-green btn-lg animsition-link" href="/about" role="button">Learn more</a> </div> <div class="container"> |
