diff options
Diffstat (limited to 'darkly/index.html')
-rw-r--r-- | darkly/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/darkly/index.html b/darkly/index.html index f8b45512..de4c2f80 100644 --- a/darkly/index.html +++ b/darkly/index.html @@ -1,4 +1,3 @@ - <!DOCTYPE html> <html lang="en"> <head> @@ -97,7 +96,7 @@ <div class="row"> <div class="col-lg-6"> <h1>Darkly</h1> - <p class="lead">Night-mode of Flatly</p> + <p class="lead">Flatly in night mode</p> </div> <div class="col-lg-6" style="padding: 15px 15px 0 15px;"> <div class="well sponsor"> @@ -1285,6 +1284,8 @@ </div> + + <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="../assets/js/bootswatch.js"></script> |