Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
448f874e
Commit
448f874e
authored
Apr 15, 2020
by
remy
Browse files
adding necessary js scripts for faq
parent
175141d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
faq.php
View file @
448f874e
...
...
@@ -4,11 +4,12 @@
session_start
();
require_once
"./inc/php/buildHeader.php"
;
<
script
src
=
"https://code.jquery.com/jquery-latest.min.js"
type
=
"text/javascript"
></
script
>
<
script
src
=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity
=
"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin
=
"anonymous"
></
script
>
?>
<script
src=
"https://code.jquery.com/jquery-latest.min.js"
type=
"text/javascript"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity=
"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin=
"anonymous"
></script>
<div
class=
"container"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment