Skip to content
Snippets Groups Projects
Commit 1570a3bf authored by Jonas Leder's avatar Jonas Leder
Browse files

also downloaded jquery and added to offline files

parent 75f2955b
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>404 - Page not found</title> <title>404 - Page not found</title>
<link href="/css/error.css" rel="stylesheet"> <link href="/css/error.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="/js/jquery-2.1.3.min.js"></script>
<script src="/js/typed.js"></script> <script src="/js/typed.js"></script>
</head> </head>
<body> <body>
......
...@@ -8,7 +8,7 @@ function getError500() ...@@ -8,7 +8,7 @@ function getError500()
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>500 - Internal Server error</title> <title>500 - Internal Server error</title>
<link href="/css/error.css" rel="stylesheet"> <link href="/css/error.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="/js/jquery-2.1.3.min.js"></script>
<script src="/js/typed.js"></script> <script src="/js/typed.js"></script>
</head> </head>
<body> <body>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment