diff options
author | hanemile <hanemile@protonmail.com> | 2019-01-29 01:55:32 +0100 |
---|---|---|
committer | hanemile <hanemile@protonmail.com> | 2019-01-29 01:55:32 +0100 |
commit | 275f3baaa7ca179f02abb135190fc850c2d67cd1 (patch) | |
tree | 70058b9f86b4ba7f61c6c60fabc89b646eda974a | |
parent | b7e66de7f6469c3806505bfd7c33715d1a52f01a (diff) |
linking to the about page
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 34006c3..5eac281 100644 --- a/src/index.html +++ b/src/index.html @@ -79,7 +79,7 @@ <p class="card-text">How did this all begin? How are the star clusters simulated? How is the simulation so fast? Where can I learn more about this? Who are Julio Navarro, Carlos Frenk, Simon White, Josh Barnes and Piet Hut?</p> </div> <div class="card-footer"> - <a href="#" class="btn btn-primary">More info</a> + <a href="about.html" class="btn btn-primary">More info</a> </div> </div> </div> |