diff options
author | Camil Staps | 2016-01-04 23:31:40 +0100 |
---|---|---|
committer | Camil Staps | 2016-01-04 23:31:40 +0100 |
commit | ba1f5a73a75d44a828a92585e2239e1443cbc946 (patch) | |
tree | aba0f6625982a06c1058fef4170abdd243fa11b3 /resources/views/trainer.php | |
parent | License: GPLv3.0; readme (diff) |
Relative paths to resources
Diffstat (limited to 'resources/views/trainer.php')
-rw-r--r-- | resources/views/trainer.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/views/trainer.php b/resources/views/trainer.php index 7327067..3b8d926 100644 --- a/resources/views/trainer.php +++ b/resources/views/trainer.php @@ -20,9 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <head> <meta charset="utf-8"> <title>HebrewParseTrainer</title> - <link rel="stylesheet" href="/vendor/twbs/bootstrap/dist/css/bootstrap.min.css"> - <link rel="stylesheet" href="/vendor/twbs/bootstrap/dist/css/bootstrap-theme.min.css"> - <link rel="stylesheet" href="/public/css/hebrewparsetrainer.css"> + <link rel="stylesheet" href="vendor/twbs/bootstrap/dist/css/bootstrap.min.css"> + <link rel="stylesheet" href="vendor/twbs/bootstrap/dist/css/bootstrap-theme.min.css"> + <link rel="stylesheet" href="public/css/hebrewparsetrainer.css"> </head> <body role="application"> <div class="container" role="main"> @@ -89,8 +89,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </div> </div> - <script src="/vendor/components/jquery/jquery.min.js"></script> - <script src="/vendor/twbs/bootstrap/dist/js/bootstrap.min.js"></script> - <script src="/public/js/hebrewparsetrainer.js"></script> + <script src="vendor/components/jquery/jquery.min.js"></script> + <script src="vendor/twbs/bootstrap/dist/js/bootstrap.min.js"></script> + <script src="public/js/hebrewparsetrainer.js"></script> </body> </html>
\ No newline at end of file |